DocumentBatchWrite.Combine Method (DocumentBatchWrite)

.NET Framework 3.5
 
 
 
Did this page help you?  Yes  No   Tell us about it...
Creates a MultiTableDocumentBatchWrite object that is a combination of the current DocumentBatchWrite and the specified DocumentBatchWrite.

Namespace: Amazon.DynamoDBv2.DocumentModel
Assembly: AWSSDK.dll
Version: 2.0.0.3

Syntax

C#
public MultiTableDocumentBatchWrite Combine(
         DocumentBatchWrite otherBatch
)

Parameters

otherBatch
Type: Amazon.DynamoDBv2.DocumentModel.DocumentBatchWrite

Other DocumentBatchWrite object.

Return Value
Type: Amazon.DynamoDBv2.DocumentModel.MultiTableDocumentBatchWrite
MultiTableDocumentBatchWrite consisting of the two DocumentBatchWrite objects.

Version Information

.NET Framework:
Supported in: 4.5, 4.0, 3.5