Command Property

MySQL Connector/Net

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

Namespace:  MySql.Data.MySqlClient
Assembly:  MySql.Data (in MySql.Data.dll) Version: 6.2.2.0

Syntax

C#
public MySqlCommand Command { get; set; }
Visual Basic (Declaration)
Public Property Command As MySqlCommand
Visual C++
public:
property MySqlCommand^ Command {
	MySqlCommand^ get ();
	void set (MySqlCommand^ value);
}

See Also