OrderType EnumType

The possible values for the order type in an OrderExpression.

Members

Members define the discrete options for the enumeration type.

Name Value Description
Ascending 0 The values of the specified attribute should be sorted in ascending order, from lowest to highest.
Descending 1 The values of the specified attribute should be sorted in descending order, from highest to lowest.

Used by

The following use the OrderType EnumType.

Name How used
OrderExpression OrderType Property

See also