[]
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
public interface IExtendedConnection
| Name | Description |
|---|---|
| SupportGroupBy | Holds the value true or false if group by is a supported operation or not on the server-side |
| SupportLimit | Holds the value true or false if Limit is a supported operation or not on the server-side |
| SupportOrderBy | Holds the value true or false if Order by is a supported operation or not on the server-side |