IsNull function

Synopsis
bool ULValue::IsNull()
Remarks

Checks if the ULValue class object is empty.

Returns
  • True if this object is either an empty ULValue class object, or if it references a cursor field that is set to NULL.
  • False otherwise.