PgSqlScript Constructor(TextReader,PgSqlConnection)
Initializes a new instance of the
PgSqlScript class with a
TextReader object to get SQL statements from and a
PgSqlConnection object.
Parameters
- reader
- A TextReader object that contains the script text.
- connection
- A PgSqlConnection object that represents the connection to a database.