[]
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.
public ODataCollectionViewServiceBuilder<T> GroupLazyLoading(bool value)
Public Function GroupLazyLoading(value As Boolean) As ODataCollectionViewServiceBuilder(Of T)
| Type | Name | Description |
|---|---|---|
| bool | value | The value. |
| Type | Description |
|---|---|
| ODataCollectionViewServiceBuilder<T> | Current builder. |