Overload | Description |
---|---|
ExecuteNonQuery(MySqlConnection,String,MySqlParameter[]) | Executes a single command against a MySQL database. The MySqlConnection is assumed to be open when the method is called and remains open after the method completes. |
ExecuteNonQuery(String,String,MySqlParameter[]) | Executes a single command against a MySQL database. A new MySqlConnection is created using the ConnectionString given. |