Creates a MultiTableDocumentBatchGet object that is a combination
of the current DocumentBatchGet and the specified DocumentBatchGet.

C# |
public MultiTableDocumentBatchGet Combine( DocumentBatchGet otherBatch )

- otherBatch (DocumentBatchGet)
- Other DocumentBatchGet object.

MultiTableDocumentBatchGet consisting of the two DocumentBatchGet
objects.