FDO API Reference Feature Data Objects

END_NAMESPACE_OSGEO_COMMON BEGIN_NAMESPACE_OSGEO_FDO_COMMANDS_SQL public __gc __interface ISQLDataReader
 

The FdoISQLDataReader interface provides a forward-only, read-only iterator for reading relational table data. A reference to an FdoISQLDataReader is returned from the SQLCommands ExecuteReader method. The initial position of the FdoISQLDataReader interface is prior to the first item. Thus, you must call ReadNext to begin accessing any data.


Comments or suggestions? Send us feedback.