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.1.dll
NuGet Package: DevExpress.Data
Declaration
DataCacheModificationResult ModifyData(
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 |
---|---|
DataCacheModificationResult | A DataCacheModificationResult denoting the result of the data modifications. |
See Also