Skip to main content
All docs
V21.1
.NET Framework 4.5.2+

WebApiDataStoreClient.ModifyDataAsync(DataCacheCookie, ModificationStatement[]) Method

Namespace: DevExpress.Xpo.DB

Assembly: DevExpress.Xpo.v21.1.dll

NuGet Package: DevExpress.Xpo

Declaration

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

Parameters

Name Type
cookie DataCacheCookie
dmlStatements ModificationStatement[]

Returns

Type
Task<DataCacheModificationResult>
See Also