dotConnect for Salesforce Marketing Cloud Documentation
Devart.Data.ExactTarget Namespace / ExactTargetRowUpdatingEventArgs Class / Command Property

In This Topic
    Command Property (ExactTargetRowUpdatingEventArgs)
    In This Topic
    Gets or sets the ExactTargetCommand to execute when System.Data.Common.DbDataAdapter.Update() is called.
    Syntax
    'Declaration
     
    Public Shadows Property Command As ExactTargetCommand
    public new ExactTargetCommand Command {get; set;}

    Property Value

    The ExactTargetCommand to execute when System.Data.Common.DbDataAdapter.Update() is called.
    See Also