MSSql2005SqlDependencyCacheRoot.ProcessCookie(DataCacheCookie) Method
In This Article
Synchronizes table update information with a cached data store‘s Root element.
Namespace: DevExpress.Xpo.DB.Helpers
Assembly: DevExpress.Xpo.v24.2.dll
NuGet Package: DevExpress.Xpo
#Declaration
public DataCacheResult ProcessCookie(
DataCacheCookie cookie
)
#Parameters
Name | Type | Description |
---|---|---|
cookie | Data |
A Root element’s state stored by a specific cache Node. |
#Returns
Type | Description |
---|---|
Data |
A Data |
See Also