MySqlRowUpdatedEventArgs.Command Property

MySQL Connector/Net

MySqlRowUpdatedEventArgsCommand Property
Gets or sets the MySqlCommand executed when Update is called.

Namespace: MySql.Data.MySqlClient
Assembly: MySql.Data (in MySql.Data.dll) Version: 6.9.9
Syntax
public MySqlCommand Command { get; }
Public ReadOnly Property Command As MySqlCommand
	Get
public:
property MySqlCommand^ Command {
	MySqlCommand^ get ();
}
member Command : MySqlCommand with get

Property Value

Type: MySqlCommand
See Also