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
MgDataPropertyDefinition::MgDataPropertyDefinition
(
CREFSTRING
name
)
Constructs an
MgDataPropertyDefinition
object.
.NET Syntax
MgDataPropertyDefinition(string name);
Java Syntax
MgDataPropertyDefinition(String name);
PHP Syntax
MgDataPropertyDefinition(string name);
Parameters:
name
(String/string) The name of the property.
Comments or suggestions? Send us
feedback
.