FDO API Reference Feature Data Objects
Main Page | Modules | Class Hierarchy | Alphabetical List | Class List | File List | Class Members | File Members

OrderingOption.h File Reference

This graph shows which files directly or indirectly include this file:

Go to the source code of this file.


Enumerations

enum  FdoOrderingOption {
  FdoOrderingOption_Ascending,
  FdoOrderingOption_Descending
}
 The FdoOrderingOption enumeration defines the list acceptable values that can be specified as order by clause to the select and select aggregate commands. More...

Enumeration Type Documentation

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.

Enumeration values:
FdoOrderingOption_Ascending  Used for ascending option.
FdoOrderingOption_Descending  Used for descending option.

Definition at line 30 of file OrderingOption.h.


Comments or suggestions? Send us feedback.