Web API Reference
MapGuide Open Source
Overview
Modules
Classes
MgDataPropertyDefinition
GetDataType
GetDefaultValue
GetLength
GetNullable
GetPrecision
GetReadOnly
GetScale
IsAutoGenerated
MgDataPropertyDefinition
SetAutoGeneration
SetDataType
SetDefaultValue
SetLength
SetNullable
SetPrecision
SetReadOnly
SetScale
INT32
MgDataPropertyDefinition::GetDataType
(
)
Gets the data type of this property.
.NET Syntax
int
GetDataType()
;
Java Syntax
int
GetDataType()
;
PHP Syntax
int
GetDataType()
;
Returns:
Returns the data type of this property. See
MgPropertyType
for the different data types.
Comments or suggestions? Send us
feedback
.