BatchStatementSetKeyspace Method |
Sets the keyspace this batch operates on. The keyspace should only be set when the statements in this
batch apply to a different keyspace to the logged keyspace of the
ISession.
Namespace:
Dse
Assembly:
Dse (in Dse.dll) Version: 2.9.0
Syntax public BatchStatement SetKeyspace(
string name
)
Parameters
- name
- Type: SystemString
The keyspace name.
Return Value
Type:
BatchStatementSee Also