PreparedStatementSetRoutingNames Method |
For named query markers, it sets the parameter names that are part of the routing key.
Use this method ONLY if the parameter names are different from the partition key names.
Namespace: CassandraAssembly: Cassandra (in Cassandra.dll) Version: 3.0.9 (git 5ca22bb)
Syntax public PreparedStatement SetRoutingNames(
params string[] names
)
Parameters
- names
- Type: SystemString
Return Value
Type:
PreparedStatementthis
PreparedStatement object.
See Also