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.1.0
Syntax
C#
public Tuple<TableColumn, DataCollectionMetadataSortOrder>[] ClusteringKeys { get; }

Property Value

Type: TupleTableColumn, DataCollectionMetadataSortOrder
See Also