enum
EOrderBy
Indicates the mode of a sort which can be ascending or descending.
Properties
Ascending
= 1
To sort in an ascending mode. (1, 2, 4, 10 ... )
Descending
= 2
To sort in an ascending mode. (10, 9, 4, 2 ... )
None
= 0
To be used to not order in any way