#include <IExtendedSelect.h>
Inherits FdoISelect.
Public Member Functions | |
virtual void | ClearOrderingOptions ()=0 |
Clears the internal list of property/ordering option list and re-sets the ordering option for all the ordering properties to the default FdoOrderingOption_Ascending or to the ordering option specified by the FdoIBaseSelect interface. | |
virtual FdoIScrollableFeatureReader * | ExecuteScrollable ()=0 |
Executes the select command and returns an FdoIScrollableFeatureReader. | |
virtual FdoOrderingOption | GetOrderingOption (FdoString *propertyName)=0 |
Gets the ordering option for a given property. | |
virtual void | SetOrderingOption (FdoString *propertyName, FdoOrderingOption option)=0 |
Set the ordering option of the selection. |
Definition at line 34 of file IExtendedSelect.h.