FieldSortOps<TEntity, TValue> extension
Extension methods for sorting on fields
- on
-
- Field<
TEntity, TValue>
- Field<
Methods
-
asc(
) → Sort< TEntity> -
Available on Field<
Builds an ascending sort for this field.TEntity, TValue> , provided by the FieldSortOps extension -
desc(
) → Sort< TEntity> -
Available on Field<
Builds a descending sort for this field.TEntity, TValue> , provided by the FieldSortOps extension