Click or drag to resize

ClusteringKeyAttribute Class

Indicates that the property or field is part of the Clustering Key
Inheritance Hierarchy
SystemObject
  SystemAttribute
    Dse.Mapping.AttributesClusteringKeyAttribute

Namespace:  Dse.Mapping.Attributes
Assembly:  Dse (in Dse.dll) Version: 2.9.0
Syntax
C#
public class ClusteringKeyAttribute : Attribute

The ClusteringKeyAttribute type exposes the following members.

Constructors
  NameDescription
Public methodClusteringKeyAttribute(Int32)
Initializes a new instance of the ClusteringKeyAttribute class
Public methodClusteringKeyAttribute(Int32, SortOrder)
Initializes a new instance of the ClusteringKeyAttribute class
Top
Properties
  NameDescription
Public propertyClusteringSortOrder
Gets or sets the clustering order
Public propertyIndex
Index of the clustering key, relative to the other clustering keys
Public propertyName
Name of the column
Top
See Also