SQLiteScript Constructor(String,SQLiteConnection)
Initializes a new instance of the
SQLiteScript class with the text of the query and a
SQLiteConnection object.
Parameters
- scriptText
- The text of the query.
- connection
- A SQLiteConnection object that represents the connection to a database.