FDO .NET API Reference Feature Data Objects
__property System::Int64 OSGeo::FDO::Connections::Capabilities::ISchemaCapabilitiesImp::get_MaximumDataValueLength ( OSGeo::FDO::Schema::DataType  dataType  ) 

Returns the maximum supported length of String, BLOB, or CLOB data properties. For decimal, it is the combination of the maximum scale and precision. For other data types that are not variable in size, the value returned is the byte length.

Parameters:
dataType The data type for which the information is to retrieved.
Returns:
Returns the maximum data value length for the identified data type.


Comments or suggestions? Send us feedback.