| Overload | Description |
|---|---|
| MySqlCommand Constructor() | Initializes a new instance of the MySqlCommand class. |
| MySqlCommand Constructor(String) | Initializes a new instance of the MySqlCommand class with the text of the query. |
| MySqlCommand Constructor(String,MySqlConnection) | Initializes a new instance of the MySqlCommand class with the text of the query and a object, and the MySqlTransaction. |
| MySqlCommand Constructor(String,MySqlTransaction) | Initializes a new instance of the MySqlCommand class with the text of the query, and the MySqlTransaction object. |