isNull method

Expr<bool> isNull()

Implementation

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