isNull method

Expression<bool> isNull()
inherited

Create a filter that checks if the column is null.

Implementation

Expression<bool> isNull() => $composableFilter(column.isNull());