[]
Configurates SortOnServer. Sets a value that determines whether sort operations should be performed on the server or on the client.
public ODataCollectionViewServiceBuilder<T> SortOnServer(bool value)
| Type | Name | Description |
|---|---|---|
| bool | value | The value. |
| Type | Description |
|---|---|
| ODataCollectionViewServiceBuilder<T> | Current builder. |