Click or drag to resize
Batch.Append Method (IEnumerable<CqlCommand>)

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

Parameters

cqlCommands
Type: System.Collections.Generic.IEnumerable<CqlCommand>

Return Value

Type: Batch
See Also