ICachedDataStoreServiceAsync.ModifyDataCachedAsync(DataCacheCookie, ModificationStatement[]) Method
Uses specified modification statements to asynchronously update data in a cached data store.
Namespace: DevExpress.Xpo.DB
Assembly: DevExpress.Xpo.v24.1.dll
NuGet Packages: DevExpress.Win.PivotGrid, DevExpress.Win.TreeMap, DevExpress.Xpo
NuGet Package: DevExpress.Xpo
Declaration
[OperationContract(Action = "http://tempuri.org/ICachedDataStoreService/ModifyDataCached", ReplyAction = "http://tempuri.org/ICachedDataStoreService/ModifyDataCachedResponse")]
[XmlSerializerFormat]
Task<OperationResult<DataCacheModificationResult>> ModifyDataCachedAsync(
DataCacheCookie cookie,
ModificationStatement[] dmlStatements
)
Parameters
Name | Type | Description |
---|---|---|
cookie | DataCacheCookie | A Root element’s state stored by a specific cache Node. |
dmlStatements | ModificationStatement[] | An array of data modification statements. |
Returns
Type | Description |
---|---|
Task<OperationResult<DataCacheModificationResult>> | A Task that returns the data modification result. |
See Also