public IQuery NotIn(IList values) { SqlConstraint c = new InConstraint(pending, "not in", values); AddConstraint(c); return(this); }
public IQuery NotIn(IList values) { SqlConstraint c = new InConstraint(pending, "not in", values); AddConstraint(c); return this; }