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