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

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

    Parameters

    insertStatement

    Return Value

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