SimpleStatementSetKeyspace Method |
Sets the keyspace of this
SimpleStatement to be used as a hint for token-aware routing.
Namespace: DseAssembly: Dse (in Dse.dll) Version: 2.1.0
Syntax public SimpleStatement SetKeyspace(
string name
)
Parameters
- name
- Type: SystemString
The keyspace name
Return Value
Type:
SimpleStatementSee Also