selectAll method

Query<T> selectAll()

Implementation

Query<T> selectAll() {
  _selectAll = true;

  return this;
}