Class OrderBySortType
How to sort the Order by statement.
Namespace: SuperOffice.Data
Assembly: SoCore.dll
Syntax
public sealed class OrderBySortType : Enum
Fields
ASC
0: Sort the Order by Ascending
Declaration
public const OrderBySortType ASC
Field Value
Type | Description |
---|---|
OrderBySortType |
DESC
1: Sort the Order by Descending
Declaration
public const OrderBySortType DESC
Field Value
Type | Description |
---|---|
OrderBySortType |
value__
How to sort the Order by statement.
Declaration
public int value__
Field Value
Type | Description |
---|---|
Int32 |
Extension Methods
EnumUtil.MapEnums<From, To>(From)