|
virtual SdfIScrollableFeatureReader* SdfIExtendedSelect::ExecuteScrollable |
( |
const wchar_t * |
sdfCacheFile, |
|
|
FdoDataPropertyDefinitionCollection * |
extendedProps, |
|
|
FdoPropertyValueCollection * |
extendedDefaults | |
|
) |
| | [pure virtual] |
Executes the select command and returns a SdfIScrollableFeatureReader.
- Parameters:
-
| sdfCacheFile | File path and name used to store the result of the query. |
| extendedProps | A collection of data property definition that extends the class definition defined by the selected properties. |
| extendedDefaults | A collection of property values used as defaults for extended properties defined by extendedProps parameter. |
- Returns:
- Returns a SdfIScrollableFeatureReader object.
|