dotConnect for SugarCRM Documentation
Devart.Data.Sugar Namespace / SugarRowUpdatedEventArgs Class / Command Property

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

    Property Value

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