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::GetNullable
(
)
Gets a Boolean value that indicates whether this property's value can be null.
.NET Syntax
bool
GetNullable()
;
Java Syntax
boolean
GetNullable()
;
PHP Syntax
bool
GetNullable()
;
Returns:
Returns true if the property's value can be null; otherwise returns false.
Comments or suggestions? Send us
feedback
.