Click or drag to resize

SimpleStatementSetKeyspace Method

Sets the keyspace of this SimpleStatement to be used as a hint for token-aware routing.

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

Parameters

name
Type: SystemString
The keyspace name

Return Value

Type: SimpleStatement
See Also