NotNull method

Expr NotNull()

Implementation

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