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

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

    Parameters

    updateStatement

    Return Value

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