Batch Class |
Namespace: Cassandra.Data.Linq
public abstract class Batch : Statement
The Batch type exposes the following members.
Name | Description | |
---|---|---|
IsEmpty | ||
Keyspace |
Returns the keyspace this query operates on.
(Overrides StatementKeyspace.)Note that not all Statement implementations specify on which keyspace they operate on so this method can return null. If null, it will operate on the default keyspace set during initialization (if it was set). The keyspace returned is used as a hint for token-aware routing. | |
QueryTrace | ||
RoutingKey | (Overrides StatementRoutingKey.) |
Name | Description | |
---|---|---|
Append(CqlCommand) | ||
Append(IEnumerableCqlCommand) | ||
BeginExecute | ||
EndExecute | ||
Execute | ||
Execute(String) | ||
ExecuteAsync | ||
ExecuteAsync(String) | ||
SetConsistencyLevel | ||
SetTimestamp |