Click or drag to resize
BatchAppend Method (IEnumerableCqlCommand)

Namespace: Dse.Data.Linq
Assembly: Dse (in Dse.dll) Version: 2.4.0
Syntax
C#
public Batch Append(
	IEnumerable<CqlCommand> cqlCommands
)

Parameters

cqlCommands
Type: System.Collections.GenericIEnumerableCqlCommand

Return Value

Type: Batch
See Also