AWS SDK for .NET Documentation
Combine Method (otherBatches)
AmazonAmazon.DynamoDB.DataModelBatchWrite<(Of <(<'T>)>)>Combine(array<BatchWrite>[]()[][]) Did this page help you?   Yes   No    Tell us about it...
Creates a MultiTableBatchWrite object that is a combination of the current BatchWrite and the specified BatchWrites
Declaration Syntax
C#
public MultiTableBatchWrite Combine(
	params BatchWrite[] otherBatches
)
Parameters
otherBatches (array<BatchWrite>[]()[][])
Other BatchWrite objects
Return Value
MultiTableBatchWrite consisting of the multiple BatchWrite objects: the current batch and the passed-in batches.

Assembly: AWSSDK (Module: AWSSDK) Version: 1.5.60.0 (1.5.60.0)