dotConnect for Dynamics 365 Documentation
Devart.Common Namespace / DbConnectionBase Class

In This Topic
DbConnectionBase Class Methods
In This Topic

For a list of all members of this type, see DbConnectionBase members.

Public Methods
 NameDescription
Public MethodStarts an asynchronous invocation of an Open method.  
Public MethodOverloaded. Starts a database transaction. (Inherited from System.Data.Common.DbConnection)
Public MethodOverridden. Changes the current database associated with an open DbConnectionBase.  
Public MethodOverridden. Closes the connection to the data source. This is the preferred method of closing any open connection.  
Public MethodCreates and returns a System.Data.Common.DbCommand object associated with the current connection. (Inherited from System.Data.Common.DbConnection)
Public MethodCreates an object that contains all the relevant information required to generate a proxy used to communicate with a remote object. (Inherited from System.MarshalByRefObject)
Public MethodReleases all resources used by the System.ComponentModel.Component. (Inherited from System.ComponentModel.Component)
Public MethodEnds an asynchronous invocation of the Open method.  
Public MethodOverridden. Enlists in the specified transaction.  
Public MethodRetrieves the current lifetime service object that controls the lifetime policy for this instance. (Inherited from System.MarshalByRefObject)
Public MethodOverloaded. Overridden. Provides information about server schema objects.  
Public MethodObtains a lifetime service object to control the lifetime policy for this instance. (Inherited from System.MarshalByRefObject)
Public MethodOverridden. Opens a data source connection with the property settings specified by the ConnectionString.  
Public MethodOverloaded. 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)
Public MethodReturns a System.String containing the name of the System.ComponentModel.Component, if any. This method should not be overridden. (Inherited from System.ComponentModel.Component)
Top
See Also