Enum OrderBySortType
How to sort the Order by statement.
Namespace: SuperOffice.Data
Assembly: SoCore.dll
Syntax
[DataContract(Namespace = "http://www.superoffice.net/ws/crm/NetServer/11.7.0.0")]
public enum OrderBySortType
Fields
| Name | Description |
|---|---|
| ASC | 0: Sort the Order by Ascending |
| DESC | 1: Sort the Order by Descending |