dotConnect for Salesforce Marketing Cloud Documentation
Devart.Data.ExactTarget Namespace / ExactTargetCommandBuilder Class / DataAdapter Property

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

    Property Value

    A ExactTargetDataAdapter object that is associated with this ExactTargetCommandBuilder.
    Remarks
    The ExactTargetCommandBuilder registers itself as a listener for ExactTargetDataAdapter.RowUpdating events that are generated by the ExactTargetDataAdapter specified in this property.

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

    See Also