[]
        
(Showing Draft Content)

C1.Web.Mvc.Fluent.ODataCollectionViewServiceBuilder-1.Aggregates

Aggregates Method

Aggregates(string)

Configurates Aggregates. 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 ODataCollectionViewServiceBuilder<T> Aggregates(string value)
Public Function Aggregates(value As String) As ODataCollectionViewServiceBuilder(Of T)
Parameters
Type Name Description
string value

The value.

Returns
Type Description
ODataCollectionViewServiceBuilder<T>

Current builder.