[]
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.
public ODataCollectionViewServiceBuilder<T> GroupOnServer(bool value)
Public Function GroupOnServer(value As Boolean) As ODataCollectionViewServiceBuilder(Of T)
| Type | Name | Description |
|---|---|---|
| bool | value | The value. |
| Type | Description |
|---|---|
| ODataCollectionViewServiceBuilder<T> | Current builder. |