MSSql2005SqlDependencyCacheRoot.NotifyDirtyTables(DataCacheCookie, String[]) Method
Informs a cached data store‘s Root element about specific modified tables.
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 Root element’s state stored by a specific cache Node. |
dirtyTablesNames | String[] | An array of table names specifying modified tables. |
Returns
Type | Description |
---|---|
DataCacheResult | A DataCacheResult object specifying a Root element’s state. |
See Also