FDO .NET API Reference Feature Data Objects

OSGeo::FDO::Commands::Feature::IDataReader Interface Reference
[OSGeo::FDO::Commands::Feature]

Inherited by OSGeo::FDO::Commands::Feature::IDataReaderImp.

Inheritance diagram for OSGeo::FDO::Commands::Feature::IDataReader:

Inheritance graph
[legend]

Detailed Description

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

()


Comments or suggestions? Send us feedback.