# C1.LiveLinq.AdoNet.AdoNetExtensions.BeginUpdate

## Content

<div class="doc-site-dotnet-api-container">



<h1 id="C1_LiveLinq_AdoNet_AdoNetExtensions_BeginUpdate_" data-uid="C1.LiveLinq.AdoNet.AdoNetExtensions.BeginUpdate*">BeginUpdate Method
</h1>
<div class="markdown level0 summary"></div>
<div class="markdown level0 conceptual"></div>



<a id="C1_LiveLinq_AdoNet_AdoNetExtensions_BeginUpdate_" data-uid="C1.LiveLinq.AdoNet.AdoNetExtensions.BeginUpdate*"></a>
<h4 id="C1_LiveLinq_AdoNet_AdoNetExtensions_BeginUpdate_System_Data_DataSet_" data-uid="C1.LiveLinq.AdoNet.AdoNetExtensions.BeginUpdate(System.Data.DataSet)">BeginUpdate(DataSet)</h4>
<div class="markdown level1 summary"><p>Indicates that massive changes are being made in code,
until <a class="xref" href="C1.LiveLinq.AdoNet.AdoNetExtensions.EndUpdate.html#C1_LiveLinq_AdoNet_AdoNetExtensions_EndUpdate_System_Data_DataSet_">EndUpdate(DataSet)</a>, to data tables in this <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.data.dataset">DataSet</a>.</p>
</div>
<div class="markdown level1 conceptual"></div>
<h5 class="declaration">Declaration</h5>
<div class="codewrapper">
  <pre><code class="lang-csharp hljs">public static void BeginUpdate(this DataSet dataSet)</code></pre>
</div>
<div class="codewrapper">
  <pre><code class="lang-vbnet hljs">Public Shared Sub BeginUpdate(dataSet As DataSet)</code></pre>
</div>
<h5 class="parameters">Parameters</h5>
<table class="table table-bordered table-condensed">
  <thead>
    <tr>
      <th>Type</th>
      <th>Name</th>
      <th>Description</th>
    </tr>
  </thead>
  <tbody>
    <tr>
      <td><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.data.dataset">DataSet</a></td>
      <td><span class="parametername">dataSet</span></td>
      <td><p>The <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.data.dataset">DataSet</a> to start massive changes for.</p>
</td>
    </tr>
  </tbody>
</table>
<h5 id="C1_LiveLinq_AdoNet_AdoNetExtensions_BeginUpdate_System_Data_DataSet__remarks">Remarks</h5>
<div class="markdown level1 remarks"><p>This extension method calls <a class="xref" href="C1.LiveLinq.AdoNet.IndexedDataTable-1.BeginUpdate.html#C1_LiveLinq_AdoNet_IndexedDataTable_1_BeginUpdate">BeginUpdate()</a> for all data tables of this <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.data.dataset">DataSet</a>.</p>
</div>
</div>
