MSSql2005SqlDependencyCacheRoot.ModifyData(DataCacheCookie, ModificationStatement[]) Method
Updates data in a cached data store using specified settings and returns the operation result.
Namespace: DevExpress.Xpo.DB.Helpers
Assembly: DevExpress.Xpo.v24.1.dll
NuGet Packages: DevExpress.Win.PivotGrid, DevExpress.Win.TreeMap, DevExpress.Xpo
NuGet Package: DevExpress.Xpo
Declaration
Parameters
Name | Type | Description |
---|---|---|
cookie | DataCacheCookie | A DataCacheCookie object specifying MSSql2005SqlDependencyCacheRoot state information. |
dmlStatements | ModificationStatement[] | An array of data modification statements. |
Returns
Type | Description |
---|---|
DataCacheModificationResult | A DataCacheModificationResult object denoting the result of the data modifications. |
See Also