Click or drag to resize
SimpleStatementSetKeyspace Method
Sets the keyspace of this SimpleStatement to be used as a hint for token-aware routing.

Namespace: Dse
Assembly: Dse (in Dse.dll) Version: 2.1.0
Syntax
C#
public SimpleStatement SetKeyspace(
	string name
)

Parameters

name
Type: SystemString
The keyspace name

Return Value

Type: SimpleStatement
See Also