'Declaration Public Function New( _ ByVal reader As TextReader, _ ByVal connection As MySqlConnection _ )
public MySqlScript( TextReader reader, MySqlConnection connection )
Parameters
- reader
- A TextReader object that contains the script text.
- connection
- A MySqlConnection object that represents the connection to a database.