Click or drag to resize

ClusteringKeyAttribute Constructor (Int32, SortOrder)

Initializes a new instance of the ClusteringKeyAttribute class

Namespace:  Dse.Mapping.Attributes
Assembly:  Dse (in Dse.dll) Version: 2.9.0
Syntax
C#
public ClusteringKeyAttribute(
	int index,
	SortOrder order
)

Parameters

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