[]
        
(Showing Draft Content)

C1.AdoNet.Salesforce.C1SalesforceCommand.SupportJoin

SupportJoin Method

SupportJoin(SelectStatement)

To check whether or not joinStatement can be executed directly on the Salesforce server.

Declaration
protected override bool SupportJoin(SelectStatement joinStatement)
Parameters
Type Name Description
SelectStatement joinStatement
Returns
Type Description
bool

A boolean indicating if the joinStatement can be executed directly on the Salesforce server.

Overrides