Skip to content

Files

Latest commit

author
ActiveDbSoft
Aug 31, 2016
45ab03a · Aug 31, 2016

History

History
13 lines (8 loc) · 615 Bytes

File metadata and controls

13 lines (8 loc) · 615 Bytes

WebApi.ActiveQueryBuilder.Model.Sorting

Determines rows order in transformed query. If there aren't any sortings, the original query sorting is kept.

Properties

Name Type Description Notes
Field string Column of original query by which transfored query will be sorted. [optional]
Order string Sort order (ascending or descending). [optional]

[Back to Model list] [Back to API list] [Back to README]