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:  Dse
Assembly:  Dse (in Dse.dll) Version: 2.9.0
Syntax
C#
public override string Keyspace { get; }

Property Value

Type: String

Implements

IStatementKeyspace
See Also