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:
Dse
Assembly:
Dse (in Dse.dll) Version: 2.9.0
Syntax public PreparedStatement SetRoutingNames(
params string[] names
)
Parameters
- names
- Type: SystemString
Return Value
Type:
PreparedStatementthis
PreparedStatement object.
See Also