SimpleStatementSetKeyspace Method |
Sets the keyspace this Statement operates on. The keyspace should only be set when the
IStatement applies to a different keyspace to the logged keyspace of the
ISession.
Namespace:
Dse
Assembly:
Dse (in Dse.dll) Version: 2.6.0
Syntax public SimpleStatement SetKeyspace(
string name
)
Parameters
- name
- Type: SystemString
The keyspace name.
Return Value
Type:
SimpleStatementSee Also