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

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

    Property Value

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