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