Enum SortOrder
Defines the result sorting order: ascending or descending.
Namespace: Nevatech.Vsb.Repository
Assembly: Nevatech.Vsb.Repository.dll
Syntax
[DataContract(Namespace = "http://schemas.nevatech.com/sentinet/2011/02")]
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. |