# C1.DataConnector.C1ConnectionStringBuilder

## Content

<div class="doc-site-dotnet-api-container">



  <h1 id="C1_DataConnector_C1ConnectionStringBuilder" data-uid="C1.DataConnector.C1ConnectionStringBuilder" class="text-break">C1ConnectionStringBuilder Class
</h1>
  <div class="markdown level0 summary"><p>The base class for all DataConnector providers containing the common information to set up a connection.</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.dbconnectionstringbuilder">DbConnectionStringBuilder</a></div>
    <div class="level2"><span class="xref">C1ConnectionStringBuilder</span></div>
      <div class="level3"><a class="xref" href="../C1.AdoNet.GoogleAnalytics/C1.AdoNet.GoogleAnalytics.C1GoogleAnalyticsConnectionStringBuilder.html">C1GoogleAnalyticsConnectionStringBuilder</a></div>
      <div class="level3"><a class="xref" href="../C1.AdoNet.Kintone/C1.AdoNet.Kintone.C1KintoneConnectionStringBuilder.html">C1KintoneConnectionStringBuilder</a></div>
      <div class="level3"><a class="xref" href="../C1.AdoNet.Magento/C1.AdoNet.Magento.Base.Abstraction.ADOBase.C1OAuth1ConnectionStringBuilder.html">C1OAuth1ConnectionStringBuilder</a></div>
      <div class="level3"><a class="xref" href="../C1.AdoNet.Magento/C1.AdoNet.Magento.Base.Abstraction.ADOBase.C1OAuth1ConnectionStringBuilder.html">C1OAuth1ConnectionStringBuilder</a></div>
      <div class="level3"><a class="xref" href="../C1.AdoNet.CSV/C1.DataConnector.AdoNet.C1OAuthConnectionStringBuilder.html">C1OAuthConnectionStringBuilder</a></div>
      <div class="level3"><a class="xref" href="../C1.AdoNet.CSV/C1.DataConnector.AdoNet.C1OAuthConnectionStringBuilder.html">C1OAuthConnectionStringBuilder</a></div>
      <div class="level3"><a class="xref" href="../C1.AdoNet.CSV/C1.DataConnector.AdoNet.C1OAuthConnectionStringBuilder.html">C1OAuthConnectionStringBuilder</a></div>
      <div class="level3"><a class="xref" href="../C1.AdoNet.CSV/C1.DataConnector.AdoNet.C1OAuthConnectionStringBuilder.html">C1OAuthConnectionStringBuilder</a></div>
      <div class="level3"><a class="xref" href="../C1.AdoNet.CSV/C1.DataConnector.AdoNet.C1OAuthConnectionStringBuilder.html">C1OAuthConnectionStringBuilder</a></div>
      <div class="level3"><a class="xref" href="../C1.AdoNet.CSV/C1.DataConnector.AdoNet.C1OAuthConnectionStringBuilder.html">C1OAuthConnectionStringBuilder</a></div>
      <div class="level3"><a class="xref" href="../C1.AdoNet.CSV/C1.DataConnector.AdoNet.C1OAuthConnectionStringBuilder.html">C1OAuthConnectionStringBuilder</a></div>
      <div class="level3"><a class="xref" href="../C1.AdoNet.CSV/C1.DataConnector.AdoNet.C1OAuthConnectionStringBuilder.html">C1OAuthConnectionStringBuilder</a></div>
  </div>
  <div class="implements">
    <h5>Implements</h5>
    <div><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.collections.idictionary">IDictionary</a></div>
    <div><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.collections.icollection">ICollection</a></div>
    <div><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.collections.ienumerable">IEnumerable</a></div>
    <div><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.componentmodel.icustomtypedescriptor">ICustomTypeDescriptor</a></div>
  </div>
  <h6><strong>Namespace</strong>: <a class="xref" href="C1.DataConnector.html">C1.DataConnector</a></h6>
  <h6><strong>Assembly</strong>: C1.DataConnector.dll</h6>
  <h5 id="C1_DataConnector_C1ConnectionStringBuilder_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public abstract class C1ConnectionStringBuilder : DbConnectionStringBuilder, IDictionary, ICollection, IEnumerable, ICustomTypeDescriptor</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">Public MustInherit Class C1ConnectionStringBuilder
    Inherits DbConnectionStringBuilder
    Implements IDictionary, ICollection, IEnumerable, ICustomTypeDescriptor</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_DataConnector_C1ConnectionStringBuilder__ctor" data-uid="C1.DataConnector.C1ConnectionStringBuilder.#ctor">
          <a class="xref" href="C1.DataConnector.C1ConnectionStringBuilder.-ctor.html#C1_DataConnector_C1ConnectionStringBuilder__ctor">C1ConnectionStringBuilder()</a>
        </td>
        <td class="markdown level1 summary"><p>The default constructor of <a class="xref" href="C1.DataConnector.C1ConnectionStringBuilder.html">C1ConnectionStringBuilder</a>.</p>
</td>
      </tr>
    </tbody>
  </table>
  <h3 id="properties">Properties
</h3>
  <table class="table table-bordered table-condensed">
    <thead>
      <tr>
        <th>Name</th>
        <th>Description</th>
      </tr>
    </thead>
    <tbody>
      <tr>
        <td id="C1_DataConnector_C1ConnectionStringBuilder_CacheConnection" data-uid="C1.DataConnector.C1ConnectionStringBuilder.CacheConnection">
          <a class="xref" href="C1.DataConnector.C1ConnectionStringBuilder.CacheConnection.html#C1_DataConnector_C1ConnectionStringBuilder_CacheConnection">CacheConnection</a>
        </td>
        <td class="markdown level1 summary"><p>The connection string to the cache provider.</p>
</td>
      </tr>
      <tr>
        <td id="C1_DataConnector_C1ConnectionStringBuilder_CacheLocation" data-uid="C1.DataConnector.C1ConnectionStringBuilder.CacheLocation">
          <a class="xref" href="C1.DataConnector.C1ConnectionStringBuilder.CacheLocation.html#C1_DataConnector_C1ConnectionStringBuilder_CacheLocation">CacheLocation</a>
        </td>
        <td class="markdown level1 summary"><p>The path to the local database file used as cache. Default location is %AppData%/C1DataConnector.</p>
</td>
      </tr>
      <tr>
        <td id="C1_DataConnector_C1ConnectionStringBuilder_CacheProvider" data-uid="C1.DataConnector.C1ConnectionStringBuilder.CacheProvider">
          <a class="xref" href="C1.DataConnector.C1ConnectionStringBuilder.CacheProvider.html#C1_DataConnector_C1ConnectionStringBuilder_CacheProvider">CacheProvider</a>
        </td>
        <td class="markdown level1 summary"><p>The name of the the cache provider.</p>
</td>
      </tr>
      <tr>
        <td id="C1_DataConnector_C1ConnectionStringBuilder_CacheTolerance" data-uid="C1.DataConnector.C1ConnectionStringBuilder.CacheTolerance">
          <a class="xref" href="C1.DataConnector.C1ConnectionStringBuilder.CacheTolerance.html#C1_DataConnector_C1ConnectionStringBuilder_CacheTolerance">CacheTolerance</a>
        </td>
        <td class="markdown level1 summary"><p>The cache expiration interval of time given in seconds. Default value is 600 seconds.</p>
</td>
      </tr>
      <tr>
        <td id="C1_DataConnector_C1ConnectionStringBuilder_ConnectionString" data-uid="C1.DataConnector.C1ConnectionStringBuilder.ConnectionString">
          <a class="xref" href="C1.DataConnector.C1ConnectionStringBuilder.ConnectionString.html#C1_DataConnector_C1ConnectionStringBuilder_ConnectionString">ConnectionString</a>
        </td>
        <td class="markdown level1 summary"><p>The connection string equivalence of this <a class="xref" href="C1.DataConnector.C1ConnectionStringBuilder.html">C1ConnectionStringBuilder</a>.</p>
</td>
      </tr>
      <tr>
        <td id="C1_DataConnector_C1ConnectionStringBuilder_IncrementalUpdate" data-uid="C1.DataConnector.C1ConnectionStringBuilder.IncrementalUpdate">
          <a class="xref" href="C1.DataConnector.C1ConnectionStringBuilder.IncrementalUpdate.html#C1_DataConnector_C1ConnectionStringBuilder_IncrementalUpdate">IncrementalUpdate</a>
        </td>
        <td class="markdown level1 summary"><p>Specifies whether incremental caching is considered or not. Default is false/not.</p>
</td>
      </tr>
      <tr>
        <td id="C1_DataConnector_C1ConnectionStringBuilder_IncrementalUpdateColumn" data-uid="C1.DataConnector.C1ConnectionStringBuilder.IncrementalUpdateColumn">
          <a class="xref" href="C1.DataConnector.C1ConnectionStringBuilder.IncrementalUpdateColumn.html#C1_DataConnector_C1ConnectionStringBuilder_IncrementalUpdateColumn">IncrementalUpdateColumn</a>
        </td>
        <td class="markdown level1 summary"><p>Specifies the name of the column used for storing the time of the last change of each row.</p>
</td>
      </tr>
      <tr>
        <td id="C1_DataConnector_C1ConnectionStringBuilder_Item_System_String_" data-uid="C1.DataConnector.C1ConnectionStringBuilder.Item(System.String)">
          <a class="xref" href="C1.DataConnector.C1ConnectionStringBuilder.Item.html#C1_DataConnector_C1ConnectionStringBuilder_Item_System_String_">this[string]</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the value associated with the specified key.</p>
</td>
      </tr>
      <tr>
        <td id="C1_DataConnector_C1ConnectionStringBuilder_Keys" data-uid="C1.DataConnector.C1ConnectionStringBuilder.Keys">
          <a class="xref" href="C1.DataConnector.C1ConnectionStringBuilder.Keys.html#C1_DataConnector_C1ConnectionStringBuilder_Keys">Keys</a>
        </td>
        <td class="markdown level1 summary"></td>
      </tr>
      <tr>
        <td id="C1_DataConnector_C1ConnectionStringBuilder_LogFile" data-uid="C1.DataConnector.C1ConnectionStringBuilder.LogFile">
          <a class="xref" href="C1.DataConnector.C1ConnectionStringBuilder.LogFile.html#C1_DataConnector_C1ConnectionStringBuilder_LogFile">LogFile</a>
        </td>
        <td class="markdown level1 summary"><p>The name of the log provider.</p>
</td>
      </tr>
      <tr>
        <td id="C1_DataConnector_C1ConnectionStringBuilder_LogFileCount" data-uid="C1.DataConnector.C1ConnectionStringBuilder.LogFileCount">
          <a class="xref" href="C1.DataConnector.C1ConnectionStringBuilder.LogFileCount.html#C1_DataConnector_C1ConnectionStringBuilder_LogFileCount">LogFileCount</a>
        </td>
        <td class="markdown level1 summary"><p>Number of max log files.
true or false value only.</p>
</td>
      </tr>
      <tr>
        <td id="C1_DataConnector_C1ConnectionStringBuilder_LogFileSize" data-uid="C1.DataConnector.C1ConnectionStringBuilder.LogFileSize">
          <a class="xref" href="C1.DataConnector.C1ConnectionStringBuilder.LogFileSize.html#C1_DataConnector_C1ConnectionStringBuilder_LogFileSize">LogFileSize</a>
        </td>
        <td class="markdown level1 summary"><p>The limit size of log file.</p>
</td>
      </tr>
      <tr>
        <td id="C1_DataConnector_C1ConnectionStringBuilder_Logger" data-uid="C1.DataConnector.C1ConnectionStringBuilder.Logger">
          <a class="xref" href="C1.DataConnector.C1ConnectionStringBuilder.Logger.html#C1_DataConnector_C1ConnectionStringBuilder_Logger">Logger</a>
        </td>
        <td class="markdown level1 summary"><p>The logger where the runtime messages are passed to.</p>
</td>
      </tr>
      <tr>
        <td id="C1_DataConnector_C1ConnectionStringBuilder_MaxPageSize" data-uid="C1.DataConnector.C1ConnectionStringBuilder.MaxPageSize">
          <a class="xref" href="C1.DataConnector.C1ConnectionStringBuilder.MaxPageSize.html#C1_DataConnector_C1ConnectionStringBuilder_MaxPageSize">MaxPageSize</a>
        </td>
        <td class="markdown level1 summary"><p>The maximum items returned per request to server.</p>
</td>
      </tr>
      <tr>
        <td id="C1_DataConnector_C1ConnectionStringBuilder_MaxPoolSize" data-uid="C1.DataConnector.C1ConnectionStringBuilder.MaxPoolSize">
          <a class="xref" href="C1.DataConnector.C1ConnectionStringBuilder.MaxPoolSize.html#C1_DataConnector_C1ConnectionStringBuilder_MaxPoolSize">MaxPoolSize</a>
        </td>
        <td class="markdown level1 summary"><p>Specifies the maximum number of connections in the pool.</p>
</td>
      </tr>
      <tr>
        <td id="C1_DataConnector_C1ConnectionStringBuilder_Offline" data-uid="C1.DataConnector.C1ConnectionStringBuilder.Offline">
          <a class="xref" href="C1.DataConnector.C1ConnectionStringBuilder.Offline.html#C1_DataConnector_C1ConnectionStringBuilder_Offline">Offline</a>
        </td>
        <td class="markdown level1 summary"><p>Specifies whether or not accessing an invalid cached table should throw an exception or if the table will be refreshed.
Default is false/not.</p>
</td>
      </tr>
      <tr>
        <td id="C1_DataConnector_C1ConnectionStringBuilder_ProxyAuthScheme" data-uid="C1.DataConnector.C1ConnectionStringBuilder.ProxyAuthScheme">
          <a class="xref" href="C1.DataConnector.C1ConnectionStringBuilder.ProxyAuthScheme.html#C1_DataConnector_C1ConnectionStringBuilder_ProxyAuthScheme">ProxyAuthScheme</a>
        </td>
        <td class="markdown level1 summary"></td>
      </tr>
      <tr>
        <td id="C1_DataConnector_C1ConnectionStringBuilder_ProxyPassword" data-uid="C1.DataConnector.C1ConnectionStringBuilder.ProxyPassword">
          <a class="xref" href="C1.DataConnector.C1ConnectionStringBuilder.ProxyPassword.html#C1_DataConnector_C1ConnectionStringBuilder_ProxyPassword">ProxyPassword</a>
        </td>
        <td class="markdown level1 summary"></td>
      </tr>
      <tr>
        <td id="C1_DataConnector_C1ConnectionStringBuilder_ProxyPort" data-uid="C1.DataConnector.C1ConnectionStringBuilder.ProxyPort">
          <a class="xref" href="C1.DataConnector.C1ConnectionStringBuilder.ProxyPort.html#C1_DataConnector_C1ConnectionStringBuilder_ProxyPort">ProxyPort</a>
        </td>
        <td class="markdown level1 summary"></td>
      </tr>
      <tr>
        <td id="C1_DataConnector_C1ConnectionStringBuilder_ProxyServer" data-uid="C1.DataConnector.C1ConnectionStringBuilder.ProxyServer">
          <a class="xref" href="C1.DataConnector.C1ConnectionStringBuilder.ProxyServer.html#C1_DataConnector_C1ConnectionStringBuilder_ProxyServer">ProxyServer</a>
        </td>
        <td class="markdown level1 summary"></td>
      </tr>
      <tr>
        <td id="C1_DataConnector_C1ConnectionStringBuilder_ProxyUsername" data-uid="C1.DataConnector.C1ConnectionStringBuilder.ProxyUsername">
          <a class="xref" href="C1.DataConnector.C1ConnectionStringBuilder.ProxyUsername.html#C1_DataConnector_C1ConnectionStringBuilder_ProxyUsername">ProxyUsername</a>
        </td>
        <td class="markdown level1 summary"></td>
      </tr>
      <tr>
        <td id="C1_DataConnector_C1ConnectionStringBuilder_UseCache" data-uid="C1.DataConnector.C1ConnectionStringBuilder.UseCache">
          <a class="xref" href="C1.DataConnector.C1ConnectionStringBuilder.UseCache.html#C1_DataConnector_C1ConnectionStringBuilder_UseCache">UseCache</a>
        </td>
        <td class="markdown level1 summary"><p>Specifies whether caching is considered or not. Default is false/not.</p>
</td>
      </tr>
      <tr>
        <td id="C1_DataConnector_C1ConnectionStringBuilder_UsePool" data-uid="C1.DataConnector.C1ConnectionStringBuilder.UsePool">
          <a class="xref" href="C1.DataConnector.C1ConnectionStringBuilder.UsePool.html#C1_DataConnector_C1ConnectionStringBuilder_UsePool">UsePool</a>
        </td>
        <td class="markdown level1 summary"><p>TSpecifies whether or not pooling is requested for a given connection. Default is true/yes.</p>
</td>
      </tr>
      <tr>
        <td id="C1_DataConnector_C1ConnectionStringBuilder_VerbosityLevel" data-uid="C1.DataConnector.C1ConnectionStringBuilder.VerbosityLevel">
          <a class="xref" href="C1.DataConnector.C1ConnectionStringBuilder.VerbosityLevel.html#C1_DataConnector_C1ConnectionStringBuilder_VerbosityLevel">VerbosityLevel</a>
        </td>
        <td class="markdown level1 summary"><p>Verbosity level of log.
number 1-5 only.</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_DataConnector_C1ConnectionStringBuilder_Equals_System_Object_" data-uid="C1.DataConnector.C1ConnectionStringBuilder.Equals(System.Object)">
          <a class="xref" href="C1.DataConnector.C1ConnectionStringBuilder.Equals.html#C1_DataConnector_C1ConnectionStringBuilder_Equals_System_Object_">Equals(object)</a>
        </td>
        <td class="markdown level1 summary"><p>The Equals method.</p>
</td>
      </tr>
      <tr>
        <td id="C1_DataConnector_C1ConnectionStringBuilder_GetHashCode" data-uid="C1.DataConnector.C1ConnectionStringBuilder.GetHashCode">
          <a class="xref" href="C1.DataConnector.C1ConnectionStringBuilder.GetHashCode.html#C1_DataConnector_C1ConnectionStringBuilder_GetHashCode">GetHashCode()</a>
        </td>
        <td class="markdown level1 summary"><p>Get the hashcode of this <a class="xref" href="C1.DataConnector.C1ConnectionStringBuilder.html">C1ConnectionStringBuilder</a>.</p>
</td>
      </tr>
    </tbody>
  </table>

</div>
