[]
        
(Showing Draft Content)

C1.DataConnector.Interfaces.IExtendedConnection

IExtendedConnection 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.Interfaces
Assembly: C1.DataConnector.dll
Syntax
public interface IExtendedConnection

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 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