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