DataConnector | ComponentOne
C1.AdoNet.Salesforce Assembly / C1.AdoNet.Salesforce Namespace / C1SalesforceCommand Class / SupportDelete Method

In This Topic
    SupportDelete Method (C1SalesforceCommand)
    In This Topic
    To check whether or not deleteStatement can be executed directly on the Salesforce server.
    Syntax
    'Declaration
     
    Protected Overrides NotOverridable Function SupportDelete( _
       ByVal deleteStatement As DeleteStatement _
    ) As Boolean
    protected override bool SupportDelete( 
       DeleteStatement deleteStatement
    )

    Parameters

    deleteStatement

    Return Value

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