NOT property
Where
get
NOT
Implementation
Where get NOT {
Where w = this is Where ? this as Where : Where.strip(this);
w << "NOT";
return w;
}
Where get NOT {
Where w = this is Where ? this as Where : Where.strip(this);
w << "NOT";
return w;
}