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

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

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.

Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also