# C1.Data.DataSource.ClientViewSource.DeferLoad

## Content

<div class="doc-site-dotnet-api-container">



<h1 id="C1_Data_DataSource_ClientViewSource_DeferLoad_" data-uid="C1.Data.DataSource.ClientViewSource.DeferLoad*">DeferLoad Method
</h1>
<div class="markdown level0 summary"></div>
<div class="markdown level0 conceptual"></div>



<a id="C1_Data_DataSource_ClientViewSource_DeferLoad_" data-uid="C1.Data.DataSource.ClientViewSource.DeferLoad*"></a>
<h4 id="C1_Data_DataSource_ClientViewSource_DeferLoad" data-uid="C1.Data.DataSource.ClientViewSource.DeferLoad">DeferLoad()</h4>
<div class="markdown level1 summary"><p>Used to group changes to multiple load-affecting properties together, deferring
the resulting load operations so a single load operation is performed in the end, that is, when the object returned from this
method is disposed.</p>
</div>
<div class="markdown level1 conceptual"></div>
<h5 class="declaration">Declaration</h5>
<div class="codewrapper">
  <pre><code class="lang-csharp hljs">public IDisposable DeferLoad()</code></pre>
</div>
<div class="codewrapper">
  <pre><code class="lang-vbnet hljs">Public Function DeferLoad() As IDisposable</code></pre>
</div>
<h5 class="returns">Returns</h5>
<table class="table table-bordered table-condensed">
  <thead>
    <tr>
      <th>Type</th>
      <th>Description</th>
    </tr>
  </thead>
  <tbody>
    <tr>
      <td><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.idisposable">IDisposable</a></td>
      <td><p>An <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.idisposable">IDisposable</a> object that will trigger a <a class="xref" href="C1.Data.DataSource.ClientViewSource.Load.html#C1_Data_DataSource_ClientViewSource_Load">Load()</a> operation when disposed using the <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.idisposable.dispose">Dispose()</a> method.</p>
</td>
    </tr>
  </tbody>
</table>
</div>
