FDO .NET API Reference Feature Data Objects

OSGeo::FDO::Commands::SQL::ISQLDataReader Interface Reference
[OSGeo::FDO::Commands::SQL]

Inherited by OSGeo::FDO::Commands::SQL::ISQLDataReaderImp.

Inheritance diagram for OSGeo::FDO::Commands::SQL::ISQLDataReader:

Inheritance graph
[legend]

Detailed Description

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

()


Comments or suggestions? Send us feedback.