In method

Expr In(
  1. AbsSelect select
)

Implementation

Expr In(AbsSelect select) {
  return new InExpression.Select(this, true, select)..fieldType = dbType.Bool;
}