Skip to content

Latest commit

 

History

History
13 lines (8 loc) · 723 Bytes

File metadata and controls

13 lines (8 loc) · 723 Bytes

WebApi.ActiveQueryBuilder.Model.Totals

If any aggregations are defined there, the SELECT list of original query is replaced with the list of aggregations in transformed query. Filling aggregations is useful when you want to get totals for original query resultset.

Properties

Name Type Description Notes
Field string Column of original query to which an aggregate function will be applied. [optional]
Aggregate string Aggregate function name. [optional]

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