[]
        
(Showing Draft Content)

C1.AdoNet.Salesforce.C1SalesforceCommand.SupportColumnExpression

SupportColumnExpression Method

SupportColumnExpression(SelectStatement)

To check whether or not selectStatement can be executed directly on the Salesforce server considering the selected column expressions.

Declaration
protected override bool SupportColumnExpression(SelectStatement selectStatement)
Parameters
Type Name Description
SelectStatement selectStatement
Returns
Type Description
bool

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

Overrides