# C1.LiveLinq.LiveViews.View.Rebuild

## Content

<div class="doc-site-dotnet-api-container">



<h1 id="C1_LiveLinq_LiveViews_View_Rebuild_" data-uid="C1.LiveLinq.LiveViews.View.Rebuild*">Rebuild Method
</h1>
<div class="markdown level0 summary"></div>
<div class="markdown level0 conceptual"></div>



<a id="C1_LiveLinq_LiveViews_View_Rebuild_" data-uid="C1.LiveLinq.LiveViews.View.Rebuild*"></a>
<h4 id="C1_LiveLinq_LiveViews_View_Rebuild" data-uid="C1.LiveLinq.LiveViews.View.Rebuild">Rebuild()</h4>
<div class="markdown level1 summary"><p>Re-populates the view by re-executing the view's query.</p>
</div>
<div class="markdown level1 conceptual"></div>
<h5 class="declaration">Declaration</h5>
<div class="codewrapper">
  <pre><code class="lang-csharp hljs">public virtual void Rebuild()</code></pre>
</div>
<div class="codewrapper">
  <pre><code class="lang-vbnet hljs">Public Overridable Sub Rebuild()</code></pre>
</div>
<h5 id="C1_LiveLinq_LiveViews_View_Rebuild_remarks">Remarks</h5>
<div class="markdown level1 remarks"><p>This method is rarely needed, because normally automatic incremental <a class="xref" href="C1.LiveLinq.LiveViews.View.Maintain.html#C1_LiveLinq_LiveViews_View_Maintain">maintenance</a> 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 <b>Rebuild</b> method.</p>
</div>
</div>
