| Overload | Description |
|---|---|
| PgSqlCommand Constructor() | Initializes a new instance of the PgSqlCommand class. |
| PgSqlCommand Constructor(String) | Initializes a new instance of the PgSqlCommand class with the text of the query. |
| PgSqlCommand Constructor(String,PgSqlConnection) | Initializes a new instance of the PgSqlCommand class with the text of the query and a object, and the PgSqlTransaction. |
| PgSqlCommand Constructor(String,PgSqlTransaction) | Initializes a new instance of the PgSqlCommand class with the text of the query, and the PgSqlTransaction object. |