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.1.0.1000)
Syntax
public enum SortDirection
Members
  Member nameValueDescription
Unspecified0 The sorting direction is not specified.
Ascending1 Items should be in ascending order.
Descending2 Items should be in descending order.
See Also