|
virtual void SdfIExtendedSelect::SetOrderingOption |
( |
FdoString * |
propertyName, |
|
|
FdoOrderingOption |
option | |
|
) |
| | [pure virtual] |
Set the ordering option of the selection.
- 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. |
|