Batch.Append Method (IEnumerable<CqlCommand>) |
Namespace: Dse.Data.LinqAssembly: Dse (in Dse.dll) Version: 2.0.0.0
Syntax public Batch Append(
IEnumerable<CqlCommand> cqlCommands
)
Parameters
- cqlCommands
- Type: System.Collections.Generic.IEnumerable<CqlCommand>
Return Value
Type:
BatchSee Also