MSSql2005SqlDependencyCacheRoot.ModifyData(DataCacheCookie, ModificationStatement[]) Method
In This Article
Updates data in a cached data store using specified settings and returns the operation result.
Namespace: DevExpress.Xpo.DB.Helpers
Assembly: DevExpress.Xpo.v24.2.dll
NuGet Package: DevExpress.Xpo
#Declaration
public DataCacheModificationResult ModifyData(
DataCacheCookie cookie,
ModificationStatement[] dmlStatements
)
#Parameters
Name | Type | Description |
---|---|---|
cookie | Data |
A Data |
dml |
Modification |
An array of data modification statements. |
#Returns
Type | Description |
---|---|
Data |
A Data |
See Also