[]
        
(Showing Draft Content)

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

GroupOnServer Method

GroupOnServer(bool)

Configurates GroupOnServer. Sets a value that determines whether grouping should be performed on the server or on the client. This property should be set to true only when OData API supports aggregation using the Apply query option.

Declaration
public ODataCollectionViewServiceBuilder<T> GroupOnServer(bool value)
Public Function GroupOnServer(value As Boolean) As ODataCollectionViewServiceBuilder(Of T)
Parameters
Type Name Description
bool value

The value.

Returns
Type Description
ODataCollectionViewServiceBuilder<T>

Current builder.