# C1.DataConnector.Interfaces.IExtendedConnection

## Content

<div class="doc-site-dotnet-api-container">



  <h1 id="C1_DataConnector_Interfaces_IExtendedConnection" data-uid="C1.DataConnector.Interfaces.IExtendedConnection" class="text-break">IExtendedConnection 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.Interfaces.html">C1.DataConnector.Interfaces</a></h6>
  <h6><strong>Assembly</strong>: C1.DataConnector.dll</h6>
  <h5 id="C1_DataConnector_Interfaces_IExtendedConnection_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public interface IExtendedConnection</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">Public Interface IExtendedConnection</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_Interfaces_IExtendedConnection_SupportGroupBy" data-uid="C1.DataConnector.Interfaces.IExtendedConnection.SupportGroupBy">
          <a class="xref" href="C1.DataConnector.Interfaces.IExtendedConnection.SupportGroupBy.html#C1_DataConnector_Interfaces_IExtendedConnection_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_Interfaces_IExtendedConnection_SupportLimit" data-uid="C1.DataConnector.Interfaces.IExtendedConnection.SupportLimit">
          <a class="xref" href="C1.DataConnector.Interfaces.IExtendedConnection.SupportLimit.html#C1_DataConnector_Interfaces_IExtendedConnection_SupportLimit">SupportLimit</a>
        </td>
        <td class="markdown level1 summary"><p>Holds the value true or false if Limit is a supported operation or not on the server-side</p>
</td>
      </tr>
      <tr>
        <td id="C1_DataConnector_Interfaces_IExtendedConnection_SupportOrderBy" data-uid="C1.DataConnector.Interfaces.IExtendedConnection.SupportOrderBy">
          <a class="xref" href="C1.DataConnector.Interfaces.IExtendedConnection.SupportOrderBy.html#C1_DataConnector_Interfaces_IExtendedConnection_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>
    </tbody>
  </table>

</div>
