[]
        
(Showing Draft Content)

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

SortOnServer Method

SortOnServer(bool)

Configurates SortOnServer. Sets a value that determines whether sort operations should be performed on the server or on the client.

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

The value.

Returns
Type Description
ODataCollectionViewServiceBuilder<T>

Current builder.