dotConnect for QuickBooks Online Documentation
Devart.Data.QuickBooks Namespace / QuickBooksRowUpdatedEventArgs Class / Command Property

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

    Property Value

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