[]
        
(Showing Draft Content)

C1.LiveLinq.LiveViews.View.Rebuild

Rebuild Method

Rebuild()

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

Declaration
public virtual void 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.