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

mgOrderingOption.h File Reference


Namespaces

namespace  OSGeo
namespace  OSGeo::FDO
namespace  OSGeo::FDO::Commands

Enumerations

enum  OrderingOption {
  OrderingOption_Ascending = FdoOrderingOption_Ascending,
  OrderingOption_Descending = FdoOrderingOption_Descending
}
 The OrderingOption 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 OrderingOption
 

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

Enumeration values:
OrderingOption_Ascending  Used for ascending option.
OrderingOption_Descending  Used for descending option.

Comments or suggestions? Send us feedback.