Click or drag to resize
MapTPocoClusteringKey Method (TupleString, SortOrder)
Specifies the Clustering keys with the corresponding clustering order

Namespace: Dse.Mapping
Assembly: Dse (in Dse.dll) Version: 2.4.0
Syntax
C#
public Map<TPoco> ClusteringKey(
	params Tuple<string, SortOrder>[] columnNames
)

Parameters

columnNames
Type: SystemTupleString, SortOrder

Return Value

Type: MapTPoco
See Also