The methods of the NpgsqlConnection class are listed below. For a complete list of NpgsqlConnection class members, see the NpgsqlConnection Members topic.
![]() | Overloaded. Begins a database transaction. |
![]() | This method changes the current database by disconnecting from the actual database and connecting to the specified. |
![]() | |
![]() | Create a new connection based on this one. |
![]() | Releases the connection to the database. If the connection is pooled, it will be made available for re-use. If it is non-pooled, the actual connection will be shutdown. |
![]() | Creates and returns a NpgsqlCommand object associated with the NpgsqlConnection. |
![]() | |
![]() | |
![]() | |
![]() | |
![]() | |
![]() | |
![]() | Overloaded. Returns the supported collections |
![]() | |
![]() | |
![]() | Opens a database connection with the property settings specified by the ConnectionString. |
![]() |
NpgsqlConnection Class | Npgsql Namespace