Where BETWEEN(Object minValue, Object maxValue) { Where w = Where(this.fullname); w << "BETWEEN" << minValue << "AND" << maxValue; return w; }