Click or drag to resize

BoundStatementKeyspace Property

Returns the keyspace this query operates on, based on the PreparedStatement metadata.

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
See Also