orderByAsc method

TQuery orderByAsc()

Sort ascending order on the elements of key.

keyの要素に対して昇順でソートをかけます。

Implementation

TQuery orderByAsc() {
  return _toQuery(_modelQuery.orderByAsc(key));
}