SortDirections Enumeration | |
DE: Aufsteigend = ascending. DE: Absteigend = descending
Namespace:
SOWIData
Assembly:
SOWIData (in SOWIData.dll) Version: 19.1.23.1 (19.1.23.622)
Syntax public enum SortDirections
Public Enumeration SortDirections
Members
| Member name | Value | Description |
---|
| ascending | 0 |
Direction: ascending
|
| descending | 1 |
Direction: descending
|
See Also