dotConnect for Zoho Desk Documentation
Devart.Data.ZohoDesk Namespace / ZohoDeskRowUpdatedEventArgs Class / Command Property

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

    Property Value

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