Name | Description | |
---|---|---|
![]() | BeginOpen | Starts an asynchronous invocation of an Open method. |
![]() | BeginTransaction | Overloaded. Starts a database transaction. (Inherited from System.Data.Common.DbConnection) |
![]() | ChangeDatabase | Overridden. Changes the current database associated with an open DbConnectionBase. |
![]() | Close | Overridden. Closes the connection to the data source. This is the preferred method of closing any open connection. |
![]() | CreateCommand | Creates and returns a System.Data.Common.DbCommand object associated with the current connection. (Inherited from System.Data.Common.DbConnection) |
![]() | CreateObjRef | Creates an object that contains all the relevant information required to generate a proxy used to communicate with a remote object. (Inherited from System.MarshalByRefObject) |
![]() | Dispose() | Releases all resources used by the System.ComponentModel.Component. (Inherited from System.ComponentModel.Component) |
![]() | EndOpen | Ends an asynchronous invocation of the Open method. |
![]() | EnlistTransaction | Overridden. Enlists in the specified transaction. |
![]() | GetLifetimeService | Retrieves the current lifetime service object that controls the lifetime policy for this instance. (Inherited from System.MarshalByRefObject) |
![]() | GetSchema | Overloaded. Overridden. Provides information about server schema objects. |
![]() | InitializeLifetimeService | Obtains a lifetime service object to control the lifetime policy for this instance. (Inherited from System.MarshalByRefObject) |
![]() | Open | Overridden. Opens a data source connection with the property settings specified by the ConnectionString. |
![]() | OpenAsync | Overloaded. An asynchronous version of System.Data.Common.DbConnection.Open, which opens a database connection with the settings specified by the System.Data.Common.DbConnection.ConnectionString. This method invokes the virtual method System.Data.Common.DbConnection.OpenAsync(System.Threading.CancellationToken) with CancellationToken.None. (Inherited from System.Data.Common.DbConnection) |
![]() | ToString | Returns a System.String containing the name of the System.ComponentModel.Component, if any. This method should not be overridden. (Inherited from System.ComponentModel.Component) |