MapGuide API Reference
|
void MgDataPropertyDefinition::SetNullable | ( | bool | value | ) |
Determines whether this property's value can be null.
void SetNullable(bool value); |
void SetNullable(boolean value); |
void SetNullable(bool value); |
value | (boolean/bool) True configures the property to be nullable. That is, it is possible to set it to a null value and false configures the property so that it cannot be set to a null value. |