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

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