dotConnect for Zoho Books Documentation
Devart.Data.ZohoBooks Namespace / ZohoBooksRowUpdatingEventArgs Class / Command Property

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

    Property Value

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