asc method

Sort<TEntity> asc()

Builds an ascending sort for this field.

Implementation

Sort<TEntity> asc() => Sort(this, descending: false);