Where BETWEEN(Object minValue, Object maxValue) { Where w = this is Where ? this as Where : Where.strip(this); w << "BETWEEN" << minValue << "AND" << maxValue; return w; }