FDO .NET API Reference Feature Data Objects
Main Page | Modules | Namespace List | Class Hierarchy | Alphabetical List | Class List | File List | Namespace Members | Class Members | File Members | Related Pages

mgIDataStoreReader.h File Reference

Include dependency graph for mgIDataStoreReader.h:


Namespaces

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

Functions

System::Void Close ()
 Closes the IDataStoreReader object, freeing any resources it may be holding.
OSGeo::FDO::Commands::DataStore::IDataStorePropertyDictionaryGetDataStoreProperties ()
 Gets the IDataStorePropertyDictionary 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

public __gc __interface IDataStoreReader

Function Documentation

System::Void Close  ) 
 

Closes the IDataStoreReader object, freeing any resources it may be holding.

Returns:
Returns nothing

OSGeo ::FDO ::Commands ::DataStore ::IDataStorePropertyDictionary* GetDataStoreProperties  ) 
 

Gets the IDataStorePropertyDictionary interface that includes the properties of the datastores set at datastore create time, with the exception of password.

Returns:
Returns the property dictionary

System::String* GetDescription  ) 
 

Gets the description of the datastore currently being read.

Returns:
Returns the description of the datastore.

System::Boolean GetIsFdoEnabled  ) 
 

Gets the flag that indicates whether the datastore is FDO enabled. Non-FDO databases are also referred to as 'Foreign' datastores.

Returns:
Returns the flag

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.

Returns:
Returns true if there is a next item.

Variable Documentation

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


Comments or suggestions? Send us feedback.