DbQueryBuilder<T> orderBy(String column) { _orderByCol = column; _orderByDesc = false; return this; }