Skip to main content

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.v23.2.dll

NuGet Package: DevExpress.Xpo

Declaration

public DataCacheResult NotifyDirtyTables(
    DataCacheCookie cookie,
    params string[] dirtyTablesNames
)

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