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
bool MgDataPropertyDefinition::IsAutoGenerated
(
)
Gets a Boolean value that indicates whether this is an auto-generated property.
.NET Syntax
bool
IsAutoGenerated()
;
Java Syntax
boolean
IsAutoGenerated()
;
PHP Syntax
bool
IsAutoGenerated()
;
Returns:
Returns true if the property is auto-generated; otherwise returns false.
Comments or suggestions? Send us
feedback
.