FDO .NET API Reference Feature Data Objects
enum OrderType

The OrderType enumeration list contains two values to indicate if the object collection is to be ordered in ascending or descending fashion.

()

Enumerator:
OrderType_Ascending  Specifies the collection is to be ordered from the smallest value to the largest value.
OrderType_Descending  Specifies the collection is to be ordered from the largest value to the smallest value.

Definition at line 29 of file mgOrderType.h.


Comments or suggestions? Send us feedback.