Click or drag to resize
ClusteringKeyAttribute Constructor (Int32, SortOrder)
Initializes a new instance of the ClusteringKeyAttribute class

Namespace: Dse.Data.Linq
Assembly: Dse (in Dse.dll) Version: 2.1.0
Syntax
C#
public ClusteringKeyAttribute(
	int index,
	SortOrder order
)

Parameters

index
Type: SystemInt32
order
Type: Dse.MappingSortOrder
See Also