isNotNull method

Expression<bool> isNotNull()
inherited

Create a filter that checks if the column is not null.

Implementation

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