dotConnect Universal Documentation
Devart.Common Namespace / DbConnectionBase Class
Members

In This Topic
    DbConnectionBase Class
    In This Topic
    Represents an open connection to a server.
    Syntax
    'Declaration
     
    Public MustInherit Class DbConnectionBase 
       Inherits System.Data.Common.DbConnection
       Implements System.ComponentModel.IComponentSystem.Data.IDbConnectionSystem.IDisposable 
    Remarks
    Abstract DbConnectionBase class implements some of Devart.Common.DbConnection functionality that is DBMS-independent.
    Inheritance Hierarchy

    System.Object
       System.MarshalByRefObject
          System.ComponentModel.Component
             System.Data.Common.DbConnection
                Devart.Common.DbConnectionBase
                   Devart.Data.Universal.UniConnection

    See Also