FDO .NET API Reference Feature Data Objects

OSGeo::FDO::Commands::DataStore::IDataStoreReader Interface Reference
[OSGeo::FDO::Commands::DataStore]

Inherited by OSGeo::FDO::Commands::DataStore::IDataStoreReaderImp.

Inheritance diagram for OSGeo::FDO::Commands::DataStore::IDataStoreReader:

Inheritance graph
[legend]

Detailed Description

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

()


Comments or suggestions? Send us feedback.