# OrderDirection Enumeration Specifies the order of a sequence (ascending or descending). **Namespace:** powerGate.Erp.Client\ **Assembly:** powerGate.Erp.Client.dll ## Syntax ```{code-block} CSharp :linenos: 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** - [powerGate.Erp.Client namespace]()