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