FDO .NET API Reference Feature Data Objects
Main Page | Modules | Namespace List | Class Hierarchy | Alphabetical List | Class List | File List | Namespace Members | Class Members | File Members | Related Pages

mgOrderType.h File Reference


Namespaces

namespace  OSGeo
namespace  OSGeo::FDO
namespace  OSGeo::FDO::Schema

Enumerations

enum  OrderType {
  OrderType_Ascending = FdoOrderType_Ascending,
  OrderType_Descending = FdoOrderType_Descending
}
 The OrderType 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 OrderType
 

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

Enumeration values:
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.

Comments or suggestions? Send us feedback.