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:  Dse
Assembly:  Dse (in Dse.dll) Version: 2.9.0
Syntax
C#
public PreparedStatement SetRoutingNames(
	params string[] names
)

Parameters

names
Type: SystemString

Return Value

Type: PreparedStatement
this PreparedStatement object.
See Also