FDO API Reference Feature Data Objects

mgIDataReader.h File Reference

Include dependency graph for mgIDataReader.h:

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


Functions

NAMESPACE_OSGEO_FDO_SCHEMA::DataType GetDataType (System::String *name)
 Gets the data type of the property with the specified name.
System::String * GetPropertyName (System::Int32 index)
 Gets the name of the property at the given ordinal position.
NAMESPACE_OSGEO_FDO_SCHEMA::PropertyType GetPropertyType (System::String *name)
 Gets the FDO property type of a given property. This is used to indicate if a given property is a geometric property or a data property. If the property is a FdoPropertyType_DataProperty, then GetDataType can be used to to find the data type of the property.

Variables

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

Comments or suggestions? Send us feedback.