[]
Re-populates the view by re-executing the view's query.
public virtual void Rebuild()
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.