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.

    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