DataSource for Entity Framework in WPF
C1.LiveLinq.LiveViews Namespace / View Class / Rebuild Method

In This Topic
    Rebuild Method (View)
    In This Topic
    Re-populates the view by re-executing the view's query.
    Syntax
    'Declaration
     
    Public Overridable Sub Rebuild() 
    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.
    See Also