Name | Description | |
---|---|---|
![]() | BeginOpen | Starts an asynchronous invocation of an Open method. (Inherited from Devart.Common.DbConnectionBase) |
![]() | BeginTransaction | Overloaded. Begins a transaction at the database. |
![]() | ChangeDatabase | Overridden. Changes the current database associated with an open PgSqlConnection. |
![]() ![]() | ClearAllPools | Overloaded. Clears all pools associated with the connection. |
![]() ![]() | ClearPool | Clears the pool matching ConnectionString of provided PgSqlConnection object. |
![]() | Clone | Creates a new object that is a copy of the current instance. |
![]() | Close | Overridden. Closes the connection to the data source. This is the preferred method of closing any open connection. |
![]() | Commit | Commits the database transaction. |
![]() | CreateCommand | Creates and returns a PgSqlCommand object associated with the PgSqlConnection. |
![]() | CreateObjRef | (Inherited from System.MarshalByRefObject) |
![]() | Dispose | (Inherited from System.ComponentModel.Component) |
![]() | EndOpen | Ends an asynchronous invocation of the Open method. (Inherited from Devart.Common.DbConnectionBase) |
![]() | EnlistTransaction | Enlists in the specified transaction. (Inherited from Devart.Common.DbConnectionBase) |
![]() | GetLifetimeService | (Inherited from System.MarshalByRefObject) |
![]() | GetSchema | Overloaded. Returns list of metadata collections and number of restrictions for a collection. (Inherited from Devart.Common.DbConnectionBase) |
![]() | InitializeLifetimeService | (Inherited from System.MarshalByRefObject) |
![]() | Open | Overridden. Opens a PostgreSQL connection with the property settings specified by the ConnectionString. |
![]() | Ping | Determines whether connection to PostgreSQL server is valid. |
![]() | Rollback | Rolls back a transaction from a pending state. |
![]() | ToString | (Inherited from System.ComponentModel.Component) |