Enum SortOrder
Defines the result sorting order: ascending or descending.
Namespace: Nevatech.Vsb.Repository
Assembly: Nevatech.Vsb.Repository.dll
Syntax
public enum SortOrder
Fields
Name | Description |
---|---|
Ascending | Sort from the lowest to highest values. |
Descending | Sort from the highest to lowest values. |
None | No sorting should be done. |