Re-populates the view by re-executing the view's query.

Namespace:  C1.LiveLinq.LiveViews
Assembly:  C1.LiveLinq (in C1.LiveLinq.dll)

Syntax

C#
public virtual void Rebuild()
Visual Basic
Public Overridable Sub Rebuild

Remarks

This method is rarely needed, because normally automatic incremental maintenance is faster than re-executing the query over the entire base data collection. However, if for some reason you need to re-populate it from scratch, that can be done with the Rebuild method.

See Also