Skip to main content
All docs
V24.1
.NET 6.0+

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

Namespace: DevExpress.Xpo.DB

Assembly: DevExpress.Xpo.v24.1.dll

NuGet Package: DevExpress.Xpo

Declaration

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

Parameters

Name Type
cancellationToken CancellationToken
cookie DataCacheCookie
dmlStatements ModificationStatement[]

Returns

Type
Task<DataCacheModificationResult>
See Also