Skip to main content
A newer version of this page is available. .

ControllerDataSourceOptionsBuilder.CacheRawData(Boolean) Method

Specifies whether raw data should be saved in the cache. Applies only if LoadMode(DataSourceLoadMode) is Raw.

Namespace: DevExtreme.AspNet.Mvc.Builders.DataSources

Assembly: DevExtreme.AspNet.Core.dll

Declaration

public ControllerDataSourceOptionsBuilder CacheRawData(
    bool value
)

Parameters

Name Type
value Boolean

Returns

Type
ControllerDataSourceOptionsBuilder
See Also