dotConnect Universal Documentation
Devart.Data.Universal Namespace / UniConnection Class

In This Topic
    UniConnection Class Methods
    In This Topic

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

    Public Methods
     NameDescription
    Public MethodStarts an asynchronous invocation of an Open method. (Inherited from Devart.Common.DbConnectionBase)
    Public MethodOverloaded. Begins a transaction at the database.  
    Public MethodOverridden. Changes the current database associated with an open UniConnection.  
    Public Methodstatic (Shared in Visual Basic)Overloaded. Clears all pools associated with the connection.  
    Public Methodstatic (Shared in Visual Basic)Clears the pool matching ConnectionString of provided UniConnection object.  
    Public MethodCreates a new object that is a copy of the current instance.  
    Public MethodOverridden. Closes the connection to the database. This is the preferred method of closing any open connection.  
    Public MethodCommits the database transaction.  
    Public MethodCreates and returns a UniCommand object associated with the UniConnection.  
    Public Method (Inherited from System.MarshalByRefObject)
    Public Method (Inherited from System.ComponentModel.Component)
    Public MethodEnds an asynchronous invocation of the Devart.Common.DbConnection.Open method. (Inherited from Devart.Common.DbConnectionBase)
    Public MethodOverridden. Enlists in the specified transaction.  
    Public Method (Inherited from System.MarshalByRefObject)
    Public MethodOverloaded. Returns list of metadata collections and number of restrictions for a collection. (Inherited from Devart.Common.DbConnectionBase)
    Public Method (Inherited from System.MarshalByRefObject)
    Public Methodstatic (Shared in Visual Basic)Loads and applies the specified activation key to activate the current instance of dotConnect Universal.  
    Public MethodOverridden. Opens a database connection with the property settings specified by the ConnectionString.  
    Public MethodRolls back a transaction from a pending state.  
    Public Method (Inherited from System.ComponentModel.Component)
    Top
    See Also