Class SortField
Represents a field that is to be sorted
public sealed class SortField
- Inheritance
-
SortField
- Inherited Members
Constructors
SortField()
public SortField()
Properties
Direction
The sort direction
public Direction Direction { get; set; }
Property Value
Field
The field name to sort
public FieldName Field { get; set; }