# C1.AdoNet.D365S.C1D365SProviderFactory

## Content

<div class="doc-site-dotnet-api-container">



  <h1 id="C1_AdoNet_D365S_C1D365SProviderFactory" data-uid="C1.AdoNet.D365S.C1D365SProviderFactory" class="text-break">C1D365SProviderFactory Class
</h1>
  <div class="markdown level0 summary"><p>A singleton for holding a set of methods for the creation of instances of classes relevant to the data provider.</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.data.common.dbproviderfactory">DbProviderFactory</a></div>
    <div class="level2"><span class="xref">C1D365SProviderFactory</span></div>
  </div>
  <h6><strong>Namespace</strong>: <a class="xref" href="C1.AdoNet.D365S.html">C1.AdoNet.D365S</a></h6>
  <h6><strong>Assembly</strong>: C1.AdoNet.D365S.dll</h6>
  <h5 id="C1_AdoNet_D365S_C1D365SProviderFactory_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public class C1D365SProviderFactory : DbProviderFactory</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">Public Class C1D365SProviderFactory
    Inherits DbProviderFactory</code></pre>
  </div>
  <h3 id="fields">Fields
</h3>
  <table class="table table-bordered table-condensed">
    <thead>
      <tr>
        <th>Name</th>
        <th>Description</th>
      </tr>
    </thead>
    <tbody>
      <tr>
        <td id="C1_AdoNet_D365S_C1D365SProviderFactory_Instance" data-uid="C1.AdoNet.D365S.C1D365SProviderFactory.Instance">
          <a class="xref" href="C1.AdoNet.D365S.C1D365SProviderFactory.Instance.html">Instance</a>
        </td>
        <td class="markdown level1 summary"><p>The singleton instance.</p>
</td>
      </tr>
    </tbody>
  </table>
  <h3 id="methods">Methods
</h3>
  <table class="table table-bordered table-condensed">
    <thead>
      <tr>
        <th>Name</th>
        <th>Description</th>
      </tr>
    </thead>
    <tbody>
      <tr>
        <td id="C1_AdoNet_D365S_C1D365SProviderFactory_CreateCommand" data-uid="C1.AdoNet.D365S.C1D365SProviderFactory.CreateCommand">
          <a class="xref" href="C1.AdoNet.D365S.C1D365SProviderFactory.CreateCommand.html#C1_AdoNet_D365S_C1D365SProviderFactory_CreateCommand">CreateCommand()</a>
        </td>
        <td class="markdown level1 summary"><p>Creates a new <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.data.common.dbcommand">DbCommand</a>.</p>
</td>
      </tr>
      <tr>
        <td id="C1_AdoNet_D365S_C1D365SProviderFactory_CreateCommandBuilder" data-uid="C1.AdoNet.D365S.C1D365SProviderFactory.CreateCommandBuilder">
          <a class="xref" href="C1.AdoNet.D365S.C1D365SProviderFactory.CreateCommandBuilder.html#C1_AdoNet_D365S_C1D365SProviderFactory_CreateCommandBuilder">CreateCommandBuilder()</a>
        </td>
        <td class="markdown level1 summary"><p>Creates a new <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.data.common.dbcommandbuilder">DbCommandBuilder</a>.</p>
</td>
      </tr>
      <tr>
        <td id="C1_AdoNet_D365S_C1D365SProviderFactory_CreateConnection" data-uid="C1.AdoNet.D365S.C1D365SProviderFactory.CreateConnection">
          <a class="xref" href="C1.AdoNet.D365S.C1D365SProviderFactory.CreateConnection.html#C1_AdoNet_D365S_C1D365SProviderFactory_CreateConnection">CreateConnection()</a>
        </td>
        <td class="markdown level1 summary"><p>Creates a new <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.data.common.dbconnection">DbConnection</a>.</p>
</td>
      </tr>
      <tr>
        <td id="C1_AdoNet_D365S_C1D365SProviderFactory_CreateConnectionStringBuilder" data-uid="C1.AdoNet.D365S.C1D365SProviderFactory.CreateConnectionStringBuilder">
          <a class="xref" href="C1.AdoNet.D365S.C1D365SProviderFactory.CreateConnectionStringBuilder.html#C1_AdoNet_D365S_C1D365SProviderFactory_CreateConnectionStringBuilder">CreateConnectionStringBuilder()</a>
        </td>
        <td class="markdown level1 summary"><p>Creates a new <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.data.common.dbconnectionstringbuilder">DbConnectionStringBuilder</a>.</p>
</td>
      </tr>
      <tr>
        <td id="C1_AdoNet_D365S_C1D365SProviderFactory_CreateDataAdapter" data-uid="C1.AdoNet.D365S.C1D365SProviderFactory.CreateDataAdapter">
          <a class="xref" href="C1.AdoNet.D365S.C1D365SProviderFactory.CreateDataAdapter.html#C1_AdoNet_D365S_C1D365SProviderFactory_CreateDataAdapter">CreateDataAdapter()</a>
        </td>
        <td class="markdown level1 summary"><p>Create a new <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.data.common.dbdataadapter">DbDataAdapter</a>.</p>
</td>
      </tr>
      <tr>
        <td id="C1_AdoNet_D365S_C1D365SProviderFactory_CreateParameter" data-uid="C1.AdoNet.D365S.C1D365SProviderFactory.CreateParameter">
          <a class="xref" href="C1.AdoNet.D365S.C1D365SProviderFactory.CreateParameter.html#C1_AdoNet_D365S_C1D365SProviderFactory_CreateParameter">CreateParameter()</a>
        </td>
        <td class="markdown level1 summary"><p>Creates a new <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.data.common.dbparameter">DbParameter</a>.</p>
</td>
      </tr>
    </tbody>
  </table>

</div>
