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