Batch Class |
Namespace: Dse.Data.Linq
public abstract class Batch : Statement
The Batch type exposes the following members.
Name | Description | |
---|---|---|
IsEmpty | ||
Keyspace |
Gets the keyspace this query operates on. The returned value should not be null only when the
IStatement applies to a different keyspace to the logged keyspace of the
ISession.
(Overrides StatementKeyspace.) | |
QueryTrace | ||
RoutingKey | (Overrides StatementRoutingKey.) |
Name | Description | |
---|---|---|
Append(CqlCommand) | ||
Append(IEnumerableCqlCommand) | ||
BeginExecute | ||
EndExecute | ||
Execute | ||
Execute(String) | ||
ExecuteAsync | ||
ExecuteAsync(String) | ||
SetConsistencyLevel | ||
SetTimestamp |