'Declaration Public Function New( _ ByVal scriptText As String, _ ByVal connection As MySqlConnection _ )
public MySqlScript( string scriptText, MySqlConnection connection )
Parameters
- scriptText
- The text of the query.
- connection
- A MySqlConnection object that represents the connection to a database.