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