isNull method
This method should usually not be used for checking whether a property is null.
Implementation
bool isNull()
{
return this._rawValue == null;
}
This method should usually not be used for checking whether a property is null.
bool isNull()
{
return this._rawValue == null;
}