Functions

ISNULL

Checks to see if a value is null. If the value is null it will return true otherwise false will be returned.

Syntax

bool ISNULL(object value)