dotConnect for MySQL Documentation
Devart.Data.MySql Namespace / MySqlRowUpdatingEventArgs Class / Command Property

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

    Property Value

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