# C1.AdoNet.Snowflake.C1SnowflakeCommandBuilder

## Content

<div class="doc-site-dotnet-api-container">



  <h1 id="C1_AdoNet_Snowflake_C1SnowflakeCommandBuilder" data-uid="C1.AdoNet.Snowflake.C1SnowflakeCommandBuilder" class="text-break">C1SnowflakeCommandBuilder Class
</h1>
  <div class="markdown level0 summary"><p>Automatically generates single-table commands used to reconcile changes made
to a <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.data.dataset">DataSet</a> with the associated database. This is an abstract class
that can only be inherited.</p>
</div>
  <div class="markdown level0 conceptual"></div>
  <div class="inheritance">
    <h5>Inheritance</h5>
    <div class="level0"><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.object">object</a></div>
    <div class="level1"><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.marshalbyrefobject">MarshalByRefObject</a></div>
    <div class="level2"><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.componentmodel.component">Component</a></div>
    <div class="level3"><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.data.common.dbcommandbuilder">DbCommandBuilder</a></div>
    <div class="level4"><a class="xref" href="../C1.AdoNet.CSV/C1.DataConnector.AdoNet.C1CommandBuilderBase.html">C1CommandBuilderBase</a></div>
    <div class="level5"><a class="xref" href="C1.DataConnector.AdoNet.C1CommandBuilderBase-1.html">C1CommandBuilderBase</a>&lt;<a class="xref" href="C1.AdoNet.Snowflake.C1SnowflakeCommandBuilder.html">C1SnowflakeCommandBuilder</a>&gt;</div>
    <div class="level6"><span class="xref">C1SnowflakeCommandBuilder</span></div>
  </div>
  <div class="implements">
    <h5>Implements</h5>
    <div><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.componentmodel.icomponent">IComponent</a></div>
    <div><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.idisposable">IDisposable</a></div>
  </div>
  <h6><strong>Namespace</strong>: <a class="xref" href="C1.AdoNet.Snowflake.html">C1.AdoNet.Snowflake</a></h6>
  <h6><strong>Assembly</strong>: C1.AdoNet.Snowflake.dll</h6>
  <h5 id="C1_AdoNet_Snowflake_C1SnowflakeCommandBuilder_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public sealed class C1SnowflakeCommandBuilder : C1CommandBuilderBase&lt;C1SnowflakeCommandBuilder&gt;, IComponent, IDisposable</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">Public NotInheritable Class C1SnowflakeCommandBuilder
    Inherits C1CommandBuilderBase(Of C1SnowflakeCommandBuilder)
    Implements IComponent, IDisposable</code></pre>
  </div>
  <h3 id="constructors">Constructors
</h3>
  <table class="table table-bordered table-condensed">
    <thead>
      <tr>
        <th>Name</th>
        <th>Description</th>
      </tr>
    </thead>
    <tbody>
      <tr>
        <td id="C1_AdoNet_Snowflake_C1SnowflakeCommandBuilder__ctor" data-uid="C1.AdoNet.Snowflake.C1SnowflakeCommandBuilder.#ctor">
          <a class="xref" href="C1.AdoNet.Snowflake.C1SnowflakeCommandBuilder.-ctor.html#C1_AdoNet_Snowflake_C1SnowflakeCommandBuilder__ctor">C1SnowflakeCommandBuilder()</a>
        </td>
        <td class="markdown level1 summary"><p>Initializes a new instance of a class that inherits from the <a class="xref" href="C1.AdoNet.Snowflake.C1SnowflakeCommandBuilder.html">C1SnowflakeCommandBuilder</a> class.</p>
</td>
      </tr>
      <tr>
        <td id="C1_AdoNet_Snowflake_C1SnowflakeCommandBuilder__ctor_C1_AdoNet_Snowflake_C1SnowflakeDataAdapter_" data-uid="C1.AdoNet.Snowflake.C1SnowflakeCommandBuilder.#ctor(C1.AdoNet.Snowflake.C1SnowflakeDataAdapter)">
          <a class="xref" href="C1.AdoNet.Snowflake.C1SnowflakeCommandBuilder.-ctor.html#C1_AdoNet_Snowflake_C1SnowflakeCommandBuilder__ctor_C1_AdoNet_Snowflake_C1SnowflakeDataAdapter_">C1SnowflakeCommandBuilder(C1SnowflakeDataAdapter)</a>
        </td>
        <td class="markdown level1 summary"><p>Initializes a new instance of a class that inherits from the <a class="xref" href="C1.AdoNet.Snowflake.C1SnowflakeCommandBuilder.html">C1SnowflakeCommandBuilder</a> class
receive a <a class="xref" href="C1.AdoNet.Snowflake.C1SnowflakeDataAdapter.html">C1SnowflakeDataAdapter</a> as input parameter.</p>
</td>
      </tr>
    </tbody>
  </table>

</div>
