FDO API Reference Feature Data Objects

enum FdoOrderingOption
 

The FdoOrderingOption enumeration defines the list acceptable values that can be specified as order by clause to the select and select aggregate commands.

Parameters:
FdoOrderingOption_Ascending Used for ascending option
FdoOrderingOption_Descending Used for descending option
.

Enumerator:
FdoOrderingOption_Ascending  Used for ascending option.
FdoOrderingOption_Descending  Used for descending option.

Definition at line 35 of file OrderingOption.h.


Comments or suggestions? Send us feedback.