[]
        
(Showing Draft Content)

C1.AdoNet.Salesforce.C1SalesforceCommand.SupportWhere

SupportWhere Method

SupportWhere(IExpression)

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

Declaration
protected override bool SupportWhere(IExpression where)
Parameters
Type Name Description
IExpression where
Returns
Type Description
bool

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

Overrides