dotConnect for MySQL Documentation
Devart.Common Namespace / DbConnectionBase Class
Properties Methods Events

In This Topic
    DbConnectionBase Class Members
    In This Topic

    The following tables list the members exposed by DbConnectionBase.

    Public Properties
     NameDescription
    Public PropertyOverridden. Gets or sets the string used to open a server connection.  
    Public PropertyOverridden. Gets or sets the time to wait while trying to establish a connection before terminating the attempt and generating an error.  
    Public Property (Inherited from System.ComponentModel.Component)
    Public PropertyOverridden. Gets or sets the name of the current database or the database to be used once a connection is open.  
    Public PropertyOverridden. Gets or sets name of the server to which to connect.  
    Public PropertyIndicates whether the connection is enlisted in a distributed transaction.  
    Public PropertyGets or sets name of the component.  
    Public PropertyGets or sets a form or other container that the DbConnectionBase instance belongs to.  
    Public PropertyOverridden. Gets a string containing the version of the instance of the server to which the client is connected.  
    Public Property (Inherited from System.ComponentModel.Component)
    Public PropertyOverridden. Gets the current state of the connection.  
    Top
    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
    Public Events
     NameDescription
    Public Event (Inherited from System.ComponentModel.Component)
    Public EventOccurs when the state of the connection changes.  
    Public EventOccurs when the state of the transaction is changed.  
    Public EventOccurs when the state of the transaction is changing.  
    Top
    See Also