Skip to main content

DataCacheNode.CatchUp() Method

In This Article

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

Namespace: DevExpress.Xpo.DB

Assembly: DevExpress.Data.v24.2.dll

NuGet Package: DevExpress.Data

#Declaration

public void CatchUp()

#Remarks

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

See Also