SortDirection Enumeration |
Specifies the direction in which something should be sorted.
Namespace:
Dundas.BI
Assembly:
Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (24.3.0.1000)
Syntax public enum SortDirection
Public Enumeration SortDirection
public enum class SortDirection
Members
| Member name | Value | Description |
---|
| Unspecified | 0 |
The sorting direction is not specified.
|
| Ascending | 1 |
Items should be in ascending order.
|
| Descending | 2 |
Items should be in descending order.
|
See Also