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

    Requirements

    Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

    See Also

    Reference

    DbCommandBase Members
    Devart.Common Namespace
    Devart.Common.DbCommand