MySqlScript Constructor(TextReader)
Initializes a new instance of the
MySqlScript class with a
TextReader object to get SQL statements from.
'Declaration
Public Function New( _
ByVal As TextReader _
)
Parameters
- reader
- A TextReader object that contains the script text.