[]
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 IExtendedConnectionStringBuilder
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 by 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 |
SupportedOperations | Holds the supported operations on the server-side |
Name | Description |
---|---|
SeparateSupportedOperations(string) | A void method to used to Separate Supported Operations |