reset method

TQuery reset()

Reset all conditions.

すべての条件をリセットします。

Implementation

TQuery reset() {
  return _toQuery(_modelQuery.reset());
}