'Declaration Public Function New( _ ByVal stream As Stream, _ ByVal connection As SQLiteConnection _ )
public SQLiteScript( Stream stream, SQLiteConnection connection )
Parameters
- stream
- A Stream object that contains the script text.
- connection
- A SQLiteConnection object that represents the connection to a database.