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