Skip to main content

RemoteControllerDataSourceOptionsBuilder.CacheRawData(Boolean) Method

Specifies whether raw data should be saved in the cache. Applies only if LoadMode(DataSourceLoadMode) is <xref=:DevExtreme.AspNet.Mvc.DataSourceLoadMode.Raw>.

Namespace: DevExtreme.AspNet.Mvc.Builders.DataSources

Assembly: DevExtreme.AspNet.Core.dll

Declaration

public RemoteControllerDataSourceOptionsBuilder CacheRawData(
    bool value
)

Parameters

Name Type
value Boolean

Returns

Type
RemoteControllerDataSourceOptionsBuilder
See Also