MySqlRowUpdatingEventArgs.Command Property

MySQL Connector/Net

MySqlRowUpdatingEventArgsCommand Property
Gets or sets the MySqlCommand to execute when performing the Update.

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

Property Value

Type: MySqlCommand
See Also