Specifies the possible values for the order type in an OrderExpression.
Namespace: CorrigoService.EnumsAssembly: ClientXMLDoc (in ClientXMLDoc.exe) Version: 1.0.0.0 (1.0.0.0)
Syntax [SerializableAttribute]
public enum OrderType
Members
| Member name | Value | Description |
---|
| Ascending | 0 |
Specifies that the values of the specified attribute should be sorted in ascending order, from lowest value to highest value.
|
| Descending | 1 |
Specifies that the values of the specified attribute should be sorted in descending order, from highest value to lowest value.
|
See Also