FDO .NET 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:

Go to the source code of this file.


Namespaces

namespace  OSGeo
namespace  OSGeo::FDO
namespace  OSGeo::FDO::Commands
namespace  OSGeo::FDO::Commands::DataStore

Functions

System::Void OSGeo::FDO::Commands::DataStore::Close ()
 Closes the IDataStoreReader object, freeing any resources it may be holding.
OSGeo::FDO::Commands::DataStore::IDataStorePropertyDictionaryOSGeo::FDO::Commands::DataStore::GetDataStoreProperties ()
 Gets the IDataStorePropertyDictionary interface that includes the properties of the datastores set at datastore create time, with the exception of password.
System::String * OSGeo::FDO::Commands::DataStore::GetDescription ()
 Gets the description of the datastore currently being read.
System::Boolean OSGeo::FDO::Commands::DataStore::GetIsFdoEnabled ()
 Gets the flag that indicates whether the datastore is FDO enabled. Non-FDO databases are also referred to as 'Foreign' datastores.
System::Boolean OSGeo::FDO::Commands::DataStore::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

public __gc __interface OSGeo::FDO::Commands::DataStore::IDataStorePropertyDictionary
public __gc __interface OSGeo::FDO::Commands::DataStore::IDataStoreReader

Comments or suggestions? Send us feedback.