Overview
Grammar | ISNULL(object) | Determines whether an object is null or empty. |
Parameter 1 | object | Object to be determined whether null/empty or not. If so, 1 is returned. If not, 0 is returned. |
Notes

Example
If Payment Type is null, 1 is returned. Otherwise, 0 is returned, as shown in the following figure.