MSSql2005SqlDependencyCacheRoot.NotifyDirtyTables(DataCacheCookie, String[]) Method
In This Article
Informs a cached data store‘s Root element about specific modified tables.
Namespace: DevExpress.Xpo.DB.Helpers
Assembly: DevExpress.Xpo.v24.2.dll
NuGet Package: DevExpress.Xpo
#Declaration
public 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