SortOrder Enumeration |
Namespace: PDTec.IceNet.Core.Database
public enum SortOrder
Member name | Value | Description | |
---|---|---|---|
Ascending | 0 | Start with the smallest, proceed with subsequently increasing values, finish with the largest value. | |
Descending | 1 | Start with the largest, proceed with subsequently decreasing values, finish with the smallest value. |