[]
        
(Showing Draft Content)

C1.Web.Mvc.ODataCollectionViewService-1.Aggregates

Aggregates Property

Aggregates

Gets or sets the aggregates query parsed by the OData API which returns the aggregates as result. This property should be set when GroupOnServer is true and groupDescriptions are defined. The format follows OData AggregationMethods specification.

Declaration
public string Aggregates { get; set; }
Public Property Aggregates As String