FdoIExtendedSelect Class Reference

The FdoIExtendedSelect interface defines a Select command with extended capabilities. It provides the same functionality as FdoISelect, plus the ability to create a scrollable reader that allows forward, reverse or random access to the results set. More...

#include <IExtendedSelect.h>

Inherits FdoISelect.

List of all members.


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.

Detailed Description

The FdoIExtendedSelect interface defines a Select command with extended capabilities. It provides the same functionality as FdoISelect, plus the ability to create a scrollable reader that allows forward, reverse or random access to the results set.

Definition at line 34 of file IExtendedSelect.h.


The documentation for this class was generated from the following file: