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
void MgDataPropertyDefinition::SetAutoGeneration
(
bool
value
)
Sets a boolean value that determines whether this is an auto-generated property.
.NET Syntax
void
SetAutoGeneration(bool value)
;
Java Syntax
void SetAutoGeneration(boolean value);
PHP Syntax
void
SetAutoGeneration(bool value)
;
Parameters:
value
(boolean/bool) True configures the property to be auto-generated and read-only and false configures it to be user settable.
Returns:
Returns nothing.
Comments or suggestions? Send us
feedback
.