# C1.AdoNet.ServiceNow.C1ServiceNowProviderFactory

## Content

<div class="doc-site-dotnet-api-container">



  <h1 id="C1_AdoNet_ServiceNow_C1ServiceNowProviderFactory" data-uid="C1.AdoNet.ServiceNow.C1ServiceNowProviderFactory" class="text-break">C1ServiceNowProviderFactory Class
</h1>
  <div class="markdown level0 summary"><p>Represents a set of methods for creating instances of a provider's implementation of the data source classes.</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">C1ServiceNowProviderFactory</span></div>
  </div>
  <h6><strong>Namespace</strong>: <a class="xref" href="C1.AdoNet.ServiceNow.html">C1.AdoNet.ServiceNow</a></h6>
  <h6><strong>Assembly</strong>: C1.AdoNet.ServiceNow.dll</h6>
  <h5 id="C1_AdoNet_ServiceNow_C1ServiceNowProviderFactory_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public class C1ServiceNowProviderFactory : DbProviderFactory</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">Public Class C1ServiceNowProviderFactory
    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_ServiceNow_C1ServiceNowProviderFactory_Instance" data-uid="C1.AdoNet.ServiceNow.C1ServiceNowProviderFactory.Instance">
          <a class="xref" href="C1.AdoNet.ServiceNow.C1ServiceNowProviderFactory.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_ServiceNow_C1ServiceNowProviderFactory_CreateCommand" data-uid="C1.AdoNet.ServiceNow.C1ServiceNowProviderFactory.CreateCommand">
          <a class="xref" href="C1.AdoNet.ServiceNow.C1ServiceNowProviderFactory.CreateCommand.html#C1_AdoNet_ServiceNow_C1ServiceNowProviderFactory_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_ServiceNow_C1ServiceNowProviderFactory_CreateCommandBuilder" data-uid="C1.AdoNet.ServiceNow.C1ServiceNowProviderFactory.CreateCommandBuilder">
          <a class="xref" href="C1.AdoNet.ServiceNow.C1ServiceNowProviderFactory.CreateCommandBuilder.html#C1_AdoNet_ServiceNow_C1ServiceNowProviderFactory_CreateCommandBuilder">CreateCommandBuilder()</a>
        </td>
        <td class="markdown level1 summary"><p>Returns a new instance of the provider's class that implements the <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.data.common.dbcommandbuilder">DbCommandBuilder</a> class.</p>
</td>
      </tr>
      <tr>
        <td id="C1_AdoNet_ServiceNow_C1ServiceNowProviderFactory_CreateConnection" data-uid="C1.AdoNet.ServiceNow.C1ServiceNowProviderFactory.CreateConnection">
          <a class="xref" href="C1.AdoNet.ServiceNow.C1ServiceNowProviderFactory.CreateConnection.html#C1_AdoNet_ServiceNow_C1ServiceNowProviderFactory_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_ServiceNow_C1ServiceNowProviderFactory_CreateConnectionStringBuilder" data-uid="C1.AdoNet.ServiceNow.C1ServiceNowProviderFactory.CreateConnectionStringBuilder">
          <a class="xref" href="C1.AdoNet.ServiceNow.C1ServiceNowProviderFactory.CreateConnectionStringBuilder.html#C1_AdoNet_ServiceNow_C1ServiceNowProviderFactory_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_ServiceNow_C1ServiceNowProviderFactory_CreateDataAdapter" data-uid="C1.AdoNet.ServiceNow.C1ServiceNowProviderFactory.CreateDataAdapter">
          <a class="xref" href="C1.AdoNet.ServiceNow.C1ServiceNowProviderFactory.CreateDataAdapter.html#C1_AdoNet_ServiceNow_C1ServiceNowProviderFactory_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_ServiceNow_C1ServiceNowProviderFactory_CreateParameter" data-uid="C1.AdoNet.ServiceNow.C1ServiceNowProviderFactory.CreateParameter">
          <a class="xref" href="C1.AdoNet.ServiceNow.C1ServiceNowProviderFactory.CreateParameter.html#C1_AdoNet_ServiceNow_C1ServiceNowProviderFactory_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>
