dotConnect for Mailchimp Documentation
Devart.Data.MailChimp Namespace / MailChimpRowUpdatedEventArgs Class / Command Property

In This Topic
    Command Property (MailChimpRowUpdatedEventArgs)
    In This Topic
    Syntax
    'Declaration
     
    Public Shadows ReadOnly Property Command As MailChimpCommand
    public new MailChimpCommand Command {get;}

    Property Value

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