FDO API Reference Feature Data Objects

mgIDataStoreReader.h File Reference

Include dependency graph for mgIDataStoreReader.h:

This graph shows which files directly or indirectly include this file:


Functions

System::Void Close ()
 Closes the FdoIDataStoreReader object, freeing any resources it may be holding.
NAMESPACE_OSGEO_FDO_COMMANDS_DATASTORE::IDataStorePropertyDictionaryGetDataStoreProperties ()
 Gets the FdoIConnectionPropertyDictionary interface that includes the properties of the datastores set at datastore create time, with the exception of password.
System::String * GetDescription ()
 Gets the description of the datastore currently being read.
System::Boolean GetIsFdoEnabled ()
 Gets the flag that indicates whether the datastore is FDO enabled. Non-FDO databases are also referred to as “Foreign?datastores.
System::Boolean ReadNext ()
 Advances the reader to the next item and returns true if there is another object to read or false if reading is complete. The default position of the reader is prior to the first item. Thus you must call ReadNext to begin accessing any data.

Variables

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

Comments or suggestions? Send us feedback.