# C1.Report.DbFactoriesHelper

## Content

<div class="doc-site-dotnet-api-container">



  <h1 id="C1_Report_DbFactoriesHelper" data-uid="C1.Report.DbFactoriesHelper" class="text-break">DbFactoriesHelper Class
</h1>
  <div class="markdown level0 summary"><p>Helper class to support Microsoft's DbProviderFactories</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"><span class="xref">DbFactoriesHelper</span></div>
  </div>
  <h6><strong>Namespace</strong>: <a class="xref" href="C1.Report.html">C1.Report</a></h6>
  <h6><strong>Assembly</strong>: C1.Report.dll</h6>
  <h5 id="C1_Report_DbFactoriesHelper_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public class DbFactoriesHelper</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">Public Class DbFactoriesHelper</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_Report_DbFactoriesHelper__ctor" data-uid="C1.Report.DbFactoriesHelper.#ctor">
          <a class="xref" href="C1.Report.DbFactoriesHelper.-ctor.html#C1_Report_DbFactoriesHelper__ctor">DbFactoriesHelper()</a>
        </td>
        <td class="markdown level1 summary"></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_Report_DbFactoriesHelper_GetFactory_System_String_" data-uid="C1.Report.DbFactoriesHelper.GetFactory(System.String)">
          <a class="xref" href="C1.Report.DbFactoriesHelper.GetFactory.html#C1_Report_DbFactoriesHelper_GetFactory_System_String_">GetFactory(string)</a>
        </td>
        <td class="markdown level1 summary"><p>Returns the <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.data.common.dbproviderfactory">DbProviderFactory</a> instance.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Report_DbFactoriesHelper_GetFactoryNames" data-uid="C1.Report.DbFactoriesHelper.GetFactoryNames">
          <a class="xref" href="C1.Report.DbFactoriesHelper.GetFactoryNames.html#C1_Report_DbFactoriesHelper_GetFactoryNames">GetFactoryNames()</a>
        </td>
        <td class="markdown level1 summary"><p>Returns a list of installed DBFactory provider names.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Report_DbFactoriesHelper_IsDbFactoryInstalled_System_String_" data-uid="C1.Report.DbFactoriesHelper.IsDbFactoryInstalled(System.String)">
          <a class="xref" href="C1.Report.DbFactoriesHelper.IsDbFactoryInstalled.html#C1_Report_DbFactoriesHelper_IsDbFactoryInstalled_System_String_">IsDbFactoryInstalled(string)</a>
        </td>
        <td class="markdown level1 summary"><p>Returns whether the <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.data.common.dbproviderfactory">DbProviderFactory</a> instance is installed.</p>
</td>
      </tr>
    </tbody>
  </table>

</div>
