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