dotConnect Universal Documentation
Devart.Common Namespace / DbCommandBase Class
Members

In This Topic
    DbCommandBase Class
    In This Topic
    Represents a SQL statement or stored procedure to execute against a SQL database.
    Syntax
    'Declaration
     
    Public MustInherit Class DbCommandBase 
       Inherits System.Data.Common.DbCommand
       Implements System.ComponentModel.IComponentSystem.Data.IDbCommandSystem.IDisposable 
    Remarks
    Abstract DbCommandBase class implements some of Devart.Common.DbCommand functionality that is DBMS-independent.
    Inheritance Hierarchy

    System.Object
       System.MarshalByRefObject
          System.ComponentModel.Component
             System.Data.Common.DbCommand
                Devart.Common.DbCommandBase
                   Devart.Data.Universal.UniCommand

    See Also

    Reference

    DbCommandBase Members
    Devart.Common Namespace
    Devart.Common.DbCommand