API Reference OSGeo FDO Provider for SDF

virtual void SdfIExtendedSelect::SetOrderingOption FdoString *  propertyName,
FdoOrderingOption  option
[pure virtual]
 

Set the ordering option of the selection. This is only used if the ordering collection is not empty.

Parameters:
propertyName Is the property name for which the ordering should be applied. This property should be in the ordering collection.
option Is the ordering option and should be set to one of FdoOrderingOption_Ascending or FdoOrderingOption_Descending. FdoOrderingOption_Ascending is the default value.
Returns:
Returns nothing

Comments?