not property

K get not

Applies the NOT operator

Implementation

K get not {
  _previousFilter += " NOT";
  return this as K;
}