PgSqlScript Constructor(String,PgSqlConnection)
Initializes a new instance of the
PgSqlScript class with the text of the query and a
PgSqlConnection object.
Parameters
- scriptText
- The text of the query.
- connection
- A PgSqlConnection object that represents the connection to a database.