WebApiDataStoreClient.NotifyDirtyTables(DataCacheCookie, String[]) Method
In This Article
Namespace: DevExpress.Xpo.DB
Assembly: DevExpress.Xpo.v24.2.dll
NuGet Package: DevExpress.Xpo
#Declaration
public DataCacheResult NotifyDirtyTables(
DataCacheCookie cookie,
params string[] dirtyTablesNames
)
#Parameters
Name | Type |
---|---|
cookie | Data |
dirty |
String[] |
#Returns
Type |
---|
Data |
See Also