Is field value Null

4D - Documentation   Français   English   German   Spanish   4D v11 SQL, Command Theme List   4D v11 SQL, Command Alphabetical List   4D v11 SQL, Constant Theme List   Back   Previous   Next

version 11


Is field value Null (aField) Boolean

ParameterTypeDescription
aFieldFieldField to be evaluated
Function resultBooleanTrue = field is NULL,
False = field is not NULL

Description

The Is field value Null command returns True if the field designated by the aField parameter contains the NULL value, and False otherwise.

The NULL value is used by the SQL kernel of 4D. For more information, please refer to the 4D SQL Reference manual.

See Also

SET FIELD VALUE NULL.


4D - Documentation   Français   English   German   Spanish   4D v11 SQL, Command Theme List   4D v11 SQL, Command Alphabetical List   4D v11 SQL, Constant Theme List   Back   Previous   Next