FDO API Reference Feature Data Objects
virtual FDO_API FdoPropertyType FdoISQLDataReader::GetPropertyType ( FdoString columnName  )  [pure virtual]

Gets the FDO property type of the column with the specified name. This is used to indicate if a given column is a geometric property or a data property. If the column is a FdoPropertyType_DataProperty, then GetColumnType can be used to find the data type of the column.

Parameters:
columnName Input the column name.
Returns:
Returns the FDO property type of the column.


Comments or suggestions? Send us feedback.