Sort
Enum
Sort order.
Definition
Fields
Ascending (increasing, from small to large) order according to the rules for the current field type.
C#
Ascending = 1
Descending (decreasing, from large to small) order according to the rules for the current field type.
C#
Descending = 2