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