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

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

    Property Value

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