ICacheToCacheCommunicationCore.ModifyData(DataCacheCookie, ModificationStatement[]) Method
In This Article
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
DataCacheModificationResult ModifyData(
DataCacheCookie cookie,
ModificationStatement[] dmlStatements
)
#Parameters
Name | Type | Description |
---|---|---|
cookie | Data |
A Root element’s state stored by a specific cache Node. |
dml |
Modification |
An array of data modification statements. |
#Returns
Type | Description |
---|---|
Data |
A Data |
See Also