IsNull

Overview

Returns a true value if the specified parameter is null.

Syntax

IsNull(1)

Function Properties

Ordinal Type Description
1 string Required Function or variable that returns a nullor non-null result.

Usage

Given @Row is null

IsNull(@Row)

System returns:

true
Last Updated: Jun 8, 2021