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