public enum AdcsDbSortOrder
Public Enumeration AdcsDbSortOrder
public enum class AdcsDbSortOrder
type AdcsDbSortOrder
None | 0 | The column is not sorted. |
Ascending | 1 | The column is sorted in ascending order. |
Descending | 2 | The column is sorted in descending order. |