CachedDataStoreService.ModifyDataCached(DataCacheCookie, ModificationStatement[]) Method
In This Article
Delegates the call to the ICacheToCacheCommunicationCore.ModifyData method of a cache element passed to the CachedDataStoreService‘s constructor and returns the operation result.
Namespace: DevExpress.Xpo.DB
Assembly: DevExpress.Xpo.v24.2.dll
NuGet Package: DevExpress.Xpo
#Declaration
public virtual OperationResult<DataCacheModificationResult> ModifyDataCached(
DataCacheCookie cookie,
ModificationStatement[] dmlStatements
)
#Parameters
Name | Type |
---|---|
cookie | Data |
dml |
Modification |
#Returns
Type |
---|
Operation |
See Also