Negate this expression.
This is equivalent to NOT this in SQL.
NOT this
Also available as ~ operator.
~
Expr<bool> not() => ExpressionBoolNot(this);