Class PrimaryKeySort
Defines the sort order for a single clustering key column.
public class PrimaryKeySort
- Inheritance
-
PrimaryKeySort
- Inherited Members
Constructors
PrimaryKeySort(string, SortDirection)
Initializes a new instance of PrimaryKeySort with the specified key and sort direction.
public PrimaryKeySort(string key, SortDirection direction)
Parameters
keystringThe column name of the clustering key.
directionSortDirectionThe sort direction for this clustering key column.
Properties
Direction
The sort direction for this clustering key column.
public SortDirection Direction { get; set; }
Property Value
Key
The column name of the clustering key.
public string Key { get; set; }