Skip to main content

ICacheToCacheCommunicationCore.ModifyData(DataCacheCookie, ModificationStatement[]) Method

When implemented by a class, executes specified modification statements against a cached data store, notifies about affected tables and returns the operation result.

Namespace: DevExpress.Xpo.DB

Assembly: DevExpress.Data.v24.2.dll

NuGet Package: DevExpress.Data

#Declaration

#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
DataCacheModificationResult

A DataCacheModificationResult denoting the result of the data modifications.

See Also