Enum SortDirection
enum describing the sort order.
Namespace: TimeCockpit.Data.QueryLanguage.Syntax
Assembly: TimeCockpit.Data.dll
Syntax
public enum SortDirection
Fields
Name | Description |
---|---|
Ascending | ascending sort order. |
Descending | descending sort order. |