BatchAppend Method (IEnumerableCqlCommand) | 
  
    Namespace: 
   Cassandra.Data.Linq
    Assembly:
   Cassandra (in Cassandra.dll) Version: 3.11.0
Syntaxpublic Batch Append(
	IEnumerable<CqlCommand> cqlCommands
)
Parameters
- cqlCommands
 - Type: System.Collections.GenericIEnumerableCqlCommand
 
Return Value
Type: 
Batch
See Also