# C1.AdoNet.OData.C1ODataConnectionStringBuilder

## Content

<div class="doc-site-dotnet-api-container">



  <h1 id="C1_AdoNet_OData_C1ODataConnectionStringBuilder" data-uid="C1.AdoNet.OData.C1ODataConnectionStringBuilder" class="text-break">C1ODataConnectionStringBuilder Class
</h1>
  <div class="markdown level0 summary"><p>Exposes individual properties for setting up a connection to be used by a C1ODataConnection.</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"><a class="xref" href="../C1.DataConnector/C1.DataConnector.C1ConnectionStringBuilder.html">C1ConnectionStringBuilder</a></div>
    <div class="level3"><a class="xref" href="../C1.AdoNet.CSV/C1.DataConnector.AdoNet.C1OAuthConnectionStringBuilder.html">C1OAuthConnectionStringBuilder</a></div>
    <div class="level4"><span class="xref">C1ODataConnectionStringBuilder</span></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><a class="xref" href="../C1.DataConnector/C1.DataConnector.IExtendedConnectionStringBuilder.html">IExtendedConnectionStringBuilder</a></div>
  </div>
  <h6><strong>Namespace</strong>: <a class="xref" href="C1.AdoNet.OData.html">C1.AdoNet.OData</a></h6>
  <h6><strong>Assembly</strong>: C1.AdoNet.OData.dll</h6>
  <h5 id="C1_AdoNet_OData_C1ODataConnectionStringBuilder_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public sealed class C1ODataConnectionStringBuilder : C1OAuthConnectionStringBuilder, IDictionary, ICollection, IEnumerable, ICustomTypeDescriptor, IExtendedConnectionStringBuilder</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">Public NotInheritable Class C1ODataConnectionStringBuilder
    Inherits C1OAuthConnectionStringBuilder
    Implements IDictionary, ICollection, IEnumerable, ICustomTypeDescriptor, IExtendedConnectionStringBuilder</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_OData_C1ODataConnectionStringBuilder__ctor" data-uid="C1.AdoNet.OData.C1ODataConnectionStringBuilder.#ctor">
          <a class="xref" href="C1.AdoNet.OData.C1ODataConnectionStringBuilder.-ctor.html#C1_AdoNet_OData_C1ODataConnectionStringBuilder__ctor">C1ODataConnectionStringBuilder()</a>
        </td>
        <td class="markdown level1 summary"><p>The default constructor of <a class="xref" href="C1.AdoNet.OData.C1ODataConnectionStringBuilder.html">C1ODataConnectionStringBuilder</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_AdoNet_OData_C1ODataConnectionStringBuilder_AuthenticationType" data-uid="C1.AdoNet.OData.C1ODataConnectionStringBuilder.AuthenticationType">
          <a class="xref" href="C1.AdoNet.OData.C1ODataConnectionStringBuilder.AuthenticationType.html#C1_AdoNet_OData_C1ODataConnectionStringBuilder_AuthenticationType">AuthenticationType</a>
        </td>
        <td class="markdown level1 summary"><p>The type of authorization the request will utilize.</p>
</td>
      </tr>
      <tr>
        <td id="C1_AdoNet_OData_C1ODataConnectionStringBuilder_Item_System_String_" data-uid="C1.AdoNet.OData.C1ODataConnectionStringBuilder.Item(System.String)">
          <a class="xref" href="C1.AdoNet.OData.C1ODataConnectionStringBuilder.Item.html#C1_AdoNet_OData_C1ODataConnectionStringBuilder_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_AdoNet_OData_C1ODataConnectionStringBuilder_ODataVersion" data-uid="C1.AdoNet.OData.C1ODataConnectionStringBuilder.ODataVersion">
          <a class="xref" href="C1.AdoNet.OData.C1ODataConnectionStringBuilder.ODataVersion.html#C1_AdoNet_OData_C1ODataConnectionStringBuilder_ODataVersion">ODataVersion</a>
        </td>
        <td class="markdown level1 summary"><p>The OData version.</p>
</td>
      </tr>
      <tr>
        <td id="C1_AdoNet_OData_C1ODataConnectionStringBuilder_ServerTimeZone" data-uid="C1.AdoNet.OData.C1ODataConnectionStringBuilder.ServerTimeZone">
          <a class="xref" href="C1.AdoNet.OData.C1ODataConnectionStringBuilder.ServerTimeZone.html#C1_AdoNet_OData_C1ODataConnectionStringBuilder_ServerTimeZone">ServerTimeZone</a>
        </td>
        <td class="markdown level1 summary"><p>The OData server time zone.</p>
</td>
      </tr>
      <tr>
        <td id="C1_AdoNet_OData_C1ODataConnectionStringBuilder_SupportGroupBy" data-uid="C1.AdoNet.OData.C1ODataConnectionStringBuilder.SupportGroupBy">
          <a class="xref" href="C1.AdoNet.OData.C1ODataConnectionStringBuilder.SupportGroupBy.html#C1_AdoNet_OData_C1ODataConnectionStringBuilder_SupportGroupBy">SupportGroupBy</a>
        </td>
        <td class="markdown level1 summary"><p>Holds the value true or false if Group by is a supported operation or not on the server-side</p>
</td>
      </tr>
      <tr>
        <td id="C1_AdoNet_OData_C1ODataConnectionStringBuilder_SupportLimit" data-uid="C1.AdoNet.OData.C1ODataConnectionStringBuilder.SupportLimit">
          <a class="xref" href="C1.AdoNet.OData.C1ODataConnectionStringBuilder.SupportLimit.html#C1_AdoNet_OData_C1ODataConnectionStringBuilder_SupportLimit">SupportLimit</a>
        </td>
        <td class="markdown level1 summary"><p>Holds the value true or false if Limit by is a supported operation or not on the server-side</p>
</td>
      </tr>
      <tr>
        <td id="C1_AdoNet_OData_C1ODataConnectionStringBuilder_SupportOrderBy" data-uid="C1.AdoNet.OData.C1ODataConnectionStringBuilder.SupportOrderBy">
          <a class="xref" href="C1.AdoNet.OData.C1ODataConnectionStringBuilder.SupportOrderBy.html#C1_AdoNet_OData_C1ODataConnectionStringBuilder_SupportOrderBy">SupportOrderBy</a>
        </td>
        <td class="markdown level1 summary"><p>Holds the value true or false if Order by is a supported operation or not on the server-side</p>
</td>
      </tr>
      <tr>
        <td id="C1_AdoNet_OData_C1ODataConnectionStringBuilder_SupportedOperations" data-uid="C1.AdoNet.OData.C1ODataConnectionStringBuilder.SupportedOperations">
          <a class="xref" href="C1.AdoNet.OData.C1ODataConnectionStringBuilder.SupportedOperations.html#C1_AdoNet_OData_C1ODataConnectionStringBuilder_SupportedOperations">SupportedOperations</a>
        </td>
        <td class="markdown level1 summary"><p>This property can be used to hold a string that has all the supported operations</p>
</td>
      </tr>
      <tr>
        <td id="C1_AdoNet_OData_C1ODataConnectionStringBuilder_Url" data-uid="C1.AdoNet.OData.C1ODataConnectionStringBuilder.Url">
          <a class="xref" href="C1.AdoNet.OData.C1ODataConnectionStringBuilder.Url.html#C1_AdoNet_OData_C1ODataConnectionStringBuilder_Url">Url</a>
        </td>
        <td class="markdown level1 summary"><p>The base URL of OData server.</p>
</td>
      </tr>
      <tr>
        <td id="C1_AdoNet_OData_C1ODataConnectionStringBuilder_UseDynamicType" data-uid="C1.AdoNet.OData.C1ODataConnectionStringBuilder.UseDynamicType">
          <a class="xref" href="C1.AdoNet.OData.C1ODataConnectionStringBuilder.UseDynamicType.html#C1_AdoNet_OData_C1ODataConnectionStringBuilder_UseDynamicType">UseDynamicType</a>
        </td>
        <td class="markdown level1 summary"><p>This property can be used to specified or retrieve whether or not, dynamic type is considered.</p>
</td>
      </tr>
      <tr>
        <td id="C1_AdoNet_OData_C1ODataConnectionStringBuilder_UseEtag" data-uid="C1.AdoNet.OData.C1ODataConnectionStringBuilder.UseEtag">
          <a class="xref" href="C1.AdoNet.OData.C1ODataConnectionStringBuilder.UseEtag.html#C1_AdoNet_OData_C1ODataConnectionStringBuilder_UseEtag">UseEtag</a>
        </td>
        <td class="markdown level1 summary"><p>This property can be used to specified or retrieve whether or not, Etag is considered. Default is false.</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_OData_C1ODataConnectionStringBuilder_Equals_System_Object_" data-uid="C1.AdoNet.OData.C1ODataConnectionStringBuilder.Equals(System.Object)">
          <a class="xref" href="C1.AdoNet.OData.C1ODataConnectionStringBuilder.Equals.html#C1_AdoNet_OData_C1ODataConnectionStringBuilder_Equals_System_Object_">Equals(object)</a>
        </td>
        <td class="markdown level1 summary"><p>Checks if two instances of <a class="xref" href="C1.AdoNet.OData.C1ODataConnectionStringBuilder.html">C1ODataConnectionStringBuilder</a> can be considered equal,
for caching and pooling purposes.</p>
</td>
      </tr>
      <tr>
        <td id="C1_AdoNet_OData_C1ODataConnectionStringBuilder_GetHashCode" data-uid="C1.AdoNet.OData.C1ODataConnectionStringBuilder.GetHashCode">
          <a class="xref" href="C1.AdoNet.OData.C1ODataConnectionStringBuilder.GetHashCode.html#C1_AdoNet_OData_C1ODataConnectionStringBuilder_GetHashCode">GetHashCode()</a>
        </td>
        <td class="markdown level1 summary"><p>Retrieves the mapped hash code of this <a class="xref" href="C1.AdoNet.OData.C1ODataConnectionStringBuilder.html">C1ODataConnectionStringBuilder</a>.</p>
</td>
      </tr>
      <tr>
        <td id="C1_AdoNet_OData_C1ODataConnectionStringBuilder_SeparateSupportedOperations_System_String_" data-uid="C1.AdoNet.OData.C1ODataConnectionStringBuilder.SeparateSupportedOperations(System.String)">
          <a class="xref" href="C1.AdoNet.OData.C1ODataConnectionStringBuilder.SeparateSupportedOperations.html#C1_AdoNet_OData_C1ODataConnectionStringBuilder_SeparateSupportedOperations_System_String_">SeparateSupportedOperations(string)</a>
        </td>
        <td class="markdown level1 summary"><p>A method used to separate the string that holds the supported operations</p>
</td>
      </tr>
    </tbody>
  </table>

</div>
