FDO .NET API Reference Feature Data Objects
OSGeo ::FDO ::Schema ::PropertyType OSGeo::FDO::Commands::SQL::ISQLDataReaderImp::GetPropertyType ( System::String *  name  ) 

Gets 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 PropertyType_DataProperty, then GetColumnType can be used to find the data type of the column.

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


Comments or suggestions? Send us feedback.