Click or drag to resize

SimpleStatementKeyspace Property

Returns the keyspace this query operates on, as set using SetKeyspace(String)

The keyspace returned is used as a hint for token-aware routing.

Namespace:  Cassandra
Assembly:  Cassandra (in Cassandra.dll) Version: 3.11.0
Syntax
C#
public override string Keyspace { get; }

Property Value

Type: String
Remarks
Consider using a ISession connected to single keyspace using Connect(String).
See Also