FieldSortOps<TEntity, TValue> extension

Extension methods for sorting on fields

on

Methods

asc() Sort<TEntity>

Available on Field<TEntity, TValue>, provided by the FieldSortOps extension

Builds an ascending sort for this field.
desc() Sort<TEntity>

Available on Field<TEntity, TValue>, provided by the FieldSortOps extension

Builds a descending sort for this field.