Enum SortDirection
Specifies the direction of a sort operation.
public enum SortDirection
Fields
Ascending = 0Sort results from lowest to highest.
Descending = 1Sort results from highest to lowest.
Specifies the direction of a sort operation.
public enum SortDirection
Ascending = 0Sort results from lowest to highest.
Descending = 1Sort results from highest to lowest.