| SimpleStatement Properties |
The SimpleStatement type exposes the following members.
| Name | Description | |
|---|---|---|
| Keyspace |
Returns the keyspace this query operates on, as set using SetKeyspace(String) (Overrides StatementKeyspace.)The keyspace returned is used as a hint for token-aware routing. | |
| QueryString |
Gets the query string.
(Overrides RegularStatementQueryString.) | |
| RoutingKey |
Gets the routing key for the query.
(Overrides StatementRoutingKey.)Routing key can be provided using the SetRoutingValues(Object) method. |