ICacheToCacheCommunicationCore.NotifyDirtyTables(DataCacheCookie, String[]) Method
In This Article
When implemented by a class, informs a cached data store‘s Root element (DataCacheRoot or MSSql2005SqlDependencyCacheRoot) about specific modified tables.
Namespace: DevExpress.Xpo.DB
Assembly: DevExpress.Data.v24.2.dll
NuGet Package: DevExpress.Data
#Declaration
DataCacheResult NotifyDirtyTables(
DataCacheCookie cookie,
params string[] dirtyTablesNames
)
#Parameters
Name | Type | Description |
---|---|---|
cookie | Data |
A Root element’s state stored by a specific cache Node. |
dirty |
String[] | An array of table names specifying modified tables. |
#Returns
Type | Description |
---|---|
Data |
A Data |
See Also