Back to Devexpress

DataCacheNode.CatchUp() Method

corelibraries-devexpress-dot-xpo-dot-db-dot-datacachenode-d951372a.md

latest1.1 KB
Original Source

DataCacheNode.CatchUp() Method

Synchronizes the Node’s table update information with the Root element (DataCacheRoot or MSSql2005SqlDependencyCacheRoot).

Namespace : DevExpress.Xpo.DB

Assembly : DevExpress.Data.v25.2.dll

NuGet Package : DevExpress.Data

Declaration

csharp
public void CatchUp()
vb
Public Sub CatchUp

Remarks

This method recursively synchronizes table update information for the entire chain connecting the current Node and the Root.

See Also

DataCacheNode Class

DataCacheNode Members

DevExpress.Xpo.DB Namespace