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

OrderType.h File Reference

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

Go to the source code of this file.


Enumerations

enum  FdoOrderType {
  FdoOrderType_Ascending,
  FdoOrderType_Descending
}
 The FdoOrderType enumeration list contains two values to indicate if the object collection is to be ordered in ascending or descending fashion. More...

Enumeration Type Documentation

enum FdoOrderType
 

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

Enumeration values:
FdoOrderType_Ascending  Specifies the collection is to be ordered from the smallest value to the largest value.
FdoOrderType_Descending  Specifies the collection is to be ordered from the largest value to the smallest value.

Definition at line 29 of file OrderType.h.


Comments or suggestions? Send us feedback.