Enum SortTypeEnum
Enumeration representing the order of data sorting.
public enum SortTypeEnum
- Extension Methods
Fields
Asc = 0
Ascending order.
Desc = 1
Descending order.
Enumeration representing the order of data sorting.
public enum SortTypeEnum
Asc = 0
Ascending order.
Desc = 1
Descending order.