# C1.DataConnector.IExtendedConnectionStringBuilder

## Content

<div class="doc-site-dotnet-api-container">



  <h1 id="C1_DataConnector_IExtendedConnectionStringBuilder" data-uid="C1.DataConnector.IExtendedConnectionStringBuilder" class="text-break">IExtendedConnectionStringBuilder Interface
</h1>
  <div class="markdown level0 summary"><p>This interface is used when a provider has an extended version of connection string and wants to specify the supported operations of this driver on server-side</p>
</div>
  <div class="markdown level0 conceptual"></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_IExtendedConnectionStringBuilder_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public interface IExtendedConnectionStringBuilder</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">Public Interface IExtendedConnectionStringBuilder</code></pre>
  </div>
  <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_IExtendedConnectionStringBuilder_SupportGroupBy" data-uid="C1.DataConnector.IExtendedConnectionStringBuilder.SupportGroupBy">
          <a class="xref" href="C1.DataConnector.IExtendedConnectionStringBuilder.SupportGroupBy.html#C1_DataConnector_IExtendedConnectionStringBuilder_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_DataConnector_IExtendedConnectionStringBuilder_SupportLimit" data-uid="C1.DataConnector.IExtendedConnectionStringBuilder.SupportLimit">
          <a class="xref" href="C1.DataConnector.IExtendedConnectionStringBuilder.SupportLimit.html#C1_DataConnector_IExtendedConnectionStringBuilder_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_DataConnector_IExtendedConnectionStringBuilder_SupportOrderBy" data-uid="C1.DataConnector.IExtendedConnectionStringBuilder.SupportOrderBy">
          <a class="xref" href="C1.DataConnector.IExtendedConnectionStringBuilder.SupportOrderBy.html#C1_DataConnector_IExtendedConnectionStringBuilder_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_DataConnector_IExtendedConnectionStringBuilder_SupportedOperations" data-uid="C1.DataConnector.IExtendedConnectionStringBuilder.SupportedOperations">
          <a class="xref" href="C1.DataConnector.IExtendedConnectionStringBuilder.SupportedOperations.html#C1_DataConnector_IExtendedConnectionStringBuilder_SupportedOperations">SupportedOperations</a>
        </td>
        <td class="markdown level1 summary"><p>Holds the supported operations on the server-side</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_IExtendedConnectionStringBuilder_SeparateSupportedOperations_System_String_" data-uid="C1.DataConnector.IExtendedConnectionStringBuilder.SeparateSupportedOperations(System.String)">
          <a class="xref" href="C1.DataConnector.IExtendedConnectionStringBuilder.SeparateSupportedOperations.html#C1_DataConnector_IExtendedConnectionStringBuilder_SeparateSupportedOperations_System_String_">SeparateSupportedOperations(string)</a>
        </td>
        <td class="markdown level1 summary"><p>A void method to used to Separate Supported Operations</p>
</td>
      </tr>
    </tbody>
  </table>

</div>
