[]
        
(Showing Draft Content)

C1.AdoNet.Salesforce.C1SalesforceCommand.SupportDelete

SupportDelete Method

SupportDelete(DeleteStatement)

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

Declaration
protected override bool SupportDelete(DeleteStatement deleteStatement)
Parameters
Type Name Description
DeleteStatement deleteStatement
Returns
Type Description
bool

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

Overrides