dotConnect for Zoho CRM Documentation
Devart.Data.Zoho Namespace / ZohoRowUpdatingEventArgs Class / Command Property

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

    Property Value

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