Enum OrderBySortType
How to sort the Order by statement.
Namespace: SuperOffice.Data
Assembly: SoCore.dll
Syntax
public enum OrderBySortType
Fields
Name | Description |
---|---|
ASC | 0: Sort the Order by Ascending |
DESC | 1: Sort the Order by Descending |
Extension Methods
EnumUtil.MapEnums<SuperOffice.Data.OrderBySortType, To>()