Skip to main content
All docs
V24.1

DataCacheBase.ModifyDataAsync(CancellationToken, DataCacheCookie, ModificationStatement[]) Method

Namespace: DevExpress.Xpo.DB.Helpers

Assembly: DevExpress.Data.v24.1.dll

NuGet Package: DevExpress.Data

Declaration

public Task<DataCacheModificationResult> ModifyDataAsync(
    CancellationToken cancellationToken,
    DataCacheCookie cookie,
    ModificationStatement[] statements
)

Parameters

Name Type
cancellationToken CancellationToken
cookie DataCacheCookie
statements ModificationStatement[]

Returns

Type
Task<DataCacheModificationResult>
See Also