IsNull function

Checks if the ULValue class object is empty.

Syntax
bool ULValue::IsNull()
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.