Except method

CompoundSelect Except(
  1. AbsSelect select
)

Implementation

CompoundSelect Except(AbsSelect select) {
  return new CompoundSelect(_SelectCompOp.except, this, select);
}