Skip to main content
All docs
V24.1
.NET 6.0+

WebApiDataStoreClient.NotifyDirtyTables(DataCacheCookie, String[]) Method

Namespace: DevExpress.Xpo.DB

Assembly: DevExpress.Xpo.v24.1.dll

NuGet Package: DevExpress.Xpo

Declaration

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

Parameters

Name Type
cookie DataCacheCookie
dirtyTablesNames String[]

Returns

Type
DataCacheResult
See Also