IsNull method

Expr IsNull()

Implementation

Expr IsNull() {
  return new NullCheckExp(this, true)..fieldType = dbType.Bool;
}