#include <FdoStd.h>
#include <Fdo/Commands/PropertyValueCollection.h>
#include <Fdo/Commands/Feature/IReader.h>
Go to the source code of this file.
Classes | |
class | FdoIScrollableFeatureReader |
The FdoIScrollableFeatureReader interface provides a read-only iterator for reading feature data. Reading can be done in forward, reverse or random order. A reference to an FdoIScrollableFeatureReader is returned from the ExtendedSelect command. Because the initial position of the FdoIScrollableFeatureReader is prior to the first item, you must call one of the Read functions to begin accessing any data. More... |