[]
        
(Showing Draft Content)

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

GroupLazyLoading Method

GroupLazyLoading(bool)

Configurates GroupLazyLoading. Sets a value that determines whether the group data should be loaded on demand or all at once. The default value is false and should be set to true only when GroupOnServer is set to true.

Declaration
public ODataCollectionViewServiceBuilder<T> GroupLazyLoading(bool value)
Public Function GroupLazyLoading(value As Boolean) As ODataCollectionViewServiceBuilder(Of T)
Parameters
Type Name Description
bool value

The value.

Returns
Type Description
ODataCollectionViewServiceBuilder<T>

Current builder.