BoundStatement Properties |
The BoundStatement type exposes the following members.
Name | Description | |
---|---|---|
Keyspace |
Returns the keyspace this query operates on, based on the PreparedStatement metadata.
(Overrides StatementKeyspace.)The keyspace returned is used as a hint for token-aware routing. | |
PreparedStatement |
Gets the prepared statement on which this BoundStatement is based.
| |
RoutingKey |
Gets the routing key for this bound query. (Overrides StatementRoutingKey.)This method will return a non-null value if:
Note that if the routing key has been set through PreparedStatement.SetRoutingKey, that value takes precedence even if the partition key is part of the bound variables. |