OrderDirection Enumeration
Specifies the order of a sequence (ascending or descending).
Namespace: powerGate.Erp.Client
Assembly: powerGate.Erp.Client.dll
Syntax
1 | public enum OrderDirection  | 
Members
Member name  | 
Description  | 
|---|---|
Ascending  | 
The items are sorted in ascending order.  | 
Descending  | 
The items are sorted in descending order.  | 
See also
Reference