Click or drag to resize
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: Cassandra
Assembly: Cassandra (in Cassandra.dll) Version: 3.0.9 (git 5ca22bb)
Syntax
C#
public PreparedStatement SetRoutingNames(
	params string[] names
)

Parameters

names
Type: SystemString

Return Value

Type: PreparedStatement
this PreparedStatement object.
See Also