'Declaration Public Function New( _ ByVal scriptText As String, _ ByVal connection As PgSqlConnection _ )
public PgSqlScript( string scriptText, PgSqlConnection connection )
Parameters
- scriptText
- The text of the query.
- connection
- A PgSqlConnection object that represents the connection to a database.