WebApiDataStoreClient.ModifyDataAsync(CancellationToken, DataCacheCookie, ModificationStatement[]) Method
In This Article
Namespace: DevExpress.Xpo.DB
Assembly: DevExpress.Xpo.v24.2.dll
NuGet Package: DevExpress.Xpo
#Declaration
public Task<DataCacheModificationResult> ModifyDataAsync(
CancellationToken cancellationToken,
DataCacheCookie cookie,
ModificationStatement[] dmlStatements
)
#Parameters
Name | Type |
---|---|
cancellation |
Cancellation |
cookie | Data |
dml |
Modification |
#Returns
Type |
---|
Task<Data |
See Also