#include <IExtendedSelect.h>
Definition at line 25 of file IExtendedSelect.h.
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 SdfIScrollableFeatureReader * | ExecuteScrollable (const wchar_t *sdfCacheFile, FdoDataPropertyDefinitionCollection *extendedProps, FdoPropertyValueCollection *extendedDefaults)=0 |
Executes the select command and returns a SdfIScrollableFeatureReader. | |
virtual SdfIScrollableFeatureReader * | ExecuteScrollable ()=0 |
Executes the select command and returns an SdfIScrollableFeatureReader. | |
virtual FdoOrderingOption | GetOrderingOption (FdoString *propertyName)=0 |
virtual void | SetCompareHandler (SdfCompareHandler *handler)=0 |
Sets the compare handler. | |
virtual void | SetOrderingOption (FdoString *propertyName, FdoOrderingOption option)=0 |
Set the ordering option of the selection. |