[]
        
(Showing Draft Content)

C1.AdoNet.Salesforce.C1SalesforceCommand.SupportUpdate

SupportUpdate Method

SupportUpdate(UpdateStatement)

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

Declaration
protected override bool SupportUpdate(UpdateStatement updateStatement)
Parameters
Type Name Description
UpdateStatement updateStatement
Returns
Type Description
bool

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

Overrides