Re-populates the view by re-executing the view's query.
Namespace:
C1.LiveLinq.LiveViewsAssembly: C1.Silverlight.LiveLinq (in C1.Silverlight.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.