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. |
![]() | Creates an object that contains all the relevant information required to generate a proxy used to communicate with a remote object. |
![]() | Releases all resources used by the Component. |
![]() | Determines whether the specified Object is equal to the current Object. |
![]() | Serves as a hash function for a particular type, suitable for use in hashing algorithms and data structures like a hash table. |
![]() | Retrieves the current lifetime service object that controls the lifetime policy for this instance. |
![]() | Gets the Type of the current instance. |
![]() | Obtains a lifetime service object to control the lifetime policy for this instance. |
![]() | Opens a database connection with the property settings specified by the ConnectionString. |
![]() |
NpgsqlConnection Class | Npgsql Namespace