[]
        
(Showing Draft Content)

C1.DataConnector.IExtendedConnectionStringBuilder

IExtendedConnectionStringBuilder Interface

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

Namespace: C1.DataConnector
Assembly: C1.DataConnector.dll
Syntax
public interface IExtendedConnectionStringBuilder

Properties

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

Methods

Name Description
SeparateSupportedOperations(string)

A void method to used to Separate Supported Operations