MySqlScript Constructor(String,MySqlConnection)
Initializes a new instance of the
MySqlScript class with the text of the query and a
MySqlConnection object.
Parameters
- scriptText
- The text of the query.
- connection
- A MySqlConnection object that represents the connection to a database.