dotConnect for Salesforce Marketing Cloud Documentation
Devart.Data.ExactTarget Namespace / ExactTargetCommandBuilder Class / ExactTargetCommandBuilder Constructor / ExactTargetCommandBuilder Constructor(ExactTargetDataAdapter)

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

    Parameters

    adapter
    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