MySqlScript Constructor(TextReader,MySqlConnection)
Initializes a new instance of the
MySqlScript class with a
TextReader object to get SQL statements from and a
MySqlConnection object.
Parameters
- reader
- A TextReader object that contains the script text.
- connection
- A MySqlConnection object that represents the connection to a database.