dotConnect for Salesforce Documentation
Devart.Data.Salesforce Namespace / SalesforceCommandBuilder Class / SalesforceCommandBuilder Constructor / SalesforceCommandBuilder Constructor(SalesforceDataAdapter)

In This Topic
    SalesforceCommandBuilder Constructor(SalesforceDataAdapter)
    In This Topic
    Initializes a new instance of the SalesforceCommandBuilder class with the associated SalesforceDataAdapter object.
    Syntax
    'Declaration
     
    Public Function New( _
       ByVal adapter As SalesforceDataAdapter _
    )
    public SalesforceCommandBuilder( 
       SalesforceDataAdapter adapter
    )

    Parameters

    adapter
    Remarks
    The SalesforceCommandBuilder registers itself as a listener for SalesforceDataAdapter.RowUpdating events that are generated by the SalesforceDataAdapter specified in this property.

    When you create a new instance of SalesforceCommandBuilder, any existing SalesforceCommandBuilder associated with this SalesforceDataAdapter is released.

    See Also