Conditions.bool-primary-isnull
Determines whether or not a given expression is NULL
Format
expression IS [ NOT ] NULL
Remarks
If the value of expression is NULL, IS NULL returns True otherwise, it returns False.
If the value of expression is NULL, IS NOT NULL returns False otherwise, it returns True.
CurrentValue IS NULL