Click or drag to resize

DataCollectionMetadataClusteringKeys Property

Gets an array of pairs of columns and sort order that are part of the clustering key

Namespace:  Dse
Assembly:  Dse (in Dse.dll) Version: 2.9.0
Syntax
C#
public Tuple<TableColumn, DataCollectionMetadataSortOrder>[] ClusteringKeys { get; }

Property Value

Type: TupleTableColumn, DataCollectionMetadataSortOrder
See Also