isNotNull method

Expr<bool> isNotNull()

Implementation

Expr<bool> isNotNull() => ColumnConditionalExpr(this, 'IS NOT NULL');