dotConnect for DB2 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.  (Inherited from System.Data.Common.DbConnection)
Public MethodOverridden. Changes the current database associated with an open DbConnectionBase.  
Public MethodOverridden. Closes the connection to the database. This is the preferred method of closing any open connection.  
Public Method (Inherited from System.Data.Common.DbConnection)
Public Method (Inherited from System.MarshalByRefObject)
Public Method (Inherited from System.ComponentModel.Component)
Public MethodEnds an asynchronous invocation of the Open method.  
Public MethodOverridden. Enlists in the specified transaction.  
Public Method (Inherited from System.MarshalByRefObject)
Public MethodOverloaded. Overridden. Provides information about server schema objects.  
Public Method (Inherited from System.MarshalByRefObject)
Public MethodOverridden. Opens a data source connection with the property settings specified by the ConnectionString.  
Public Method (Inherited from System.ComponentModel.Component)
Top
See Also