dotConnect for Salesforce Documentation
Devart.Data.Salesforce Namespace / SalesforceCommandBuilder Class / DataAdapter Property

In This Topic
    DataAdapter Property
    In This Topic
    Gets or sets a SalesforceDataAdapter object for which this SalesforceCommandBuilder object will generate SQL statements.
    Syntax
    'Declaration
     
    Public Shadows Property DataAdapter As SalesforceDataAdapter
    public new SalesforceDataAdapter DataAdapter {get; set;}

    Property Value

    A SalesforceDataAdapter object that is associated with this SalesforceCommandBuilder.
    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