| FDO API Reference | Feature Data Objects |
#include <IDataReader.h>
Inherits FdoIReader.
Inheritance diagram for FdoIDataReader:

Definition at line 33 of file IDataReader.h.
Public Member Functions | |
| virtual FDO_API FdoDataType | GetDataType (FdoString *propertyName)=0 |
| Gets the data type of the property with the specified name. | |
| virtual FDO_API FdoInt32 | GetPropertyCount ()=0 |
| Gets the number of propertys in the result set. | |
| virtual FDO_API FdoString * | GetPropertyName (FdoInt32 index)=0 |
| Gets the name of the property at the given ordinal position. | |
| virtual FDO_API FdoPropertyType | GetPropertyType (FdoString *propertyName)=0 |
| 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. | |
| Comments or suggestions? Send us feedback. |