FDO API Reference Feature Data Objects

END_NAMESPACE_OSGEO_FDO_SCHEMA BEGIN_NAMESPACE_OSGEO_FDO_COMMANDS_FEATURE public __gc __interface IFeatureReader
 

The FdoIFeatureReader interface provides a forward-only, read-only iterator for reading feature data. A reference to an FdoIFeatureReader is returned from the Select and SelectAndLock commands. Because the initial position of the FdoIFeatureReader is prior to the first item, you must call ReadNext to begin accessing any data.


Comments or suggestions? Send us feedback.