[]
        
(Showing Draft Content)

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

PageOnServer Method

PageOnServer(bool)

Configurates PageOnServer. Sets a value that determines whether paging should be performed on the server or on the client.

Declaration
public ODataCollectionViewServiceBuilder<T> PageOnServer(bool value)
Parameters
Type Name Description
bool value

The value.

Returns
Type Description
ODataCollectionViewServiceBuilder<T>

Current builder.