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