dotConnect for MySQL Documentation
Devart.Common Namespace / DbParameterBase Class
Members

In This Topic
    DbParameterBase Class
    In This Topic
    Represents a parameter to a DbCommandBase, and optionally, its mapping to System.Data.DataSet columns.
    Syntax
    'Declaration
     
    Public MustInherit Class DbParameterBase 
       Inherits System.Data.Common.DbParameter
       Implements System.Data.IDataParameterSystem.Data.IDbDataParameter 
    Remarks
    Abstract DbParameterBase class implements some of Devart.Data.MySql.MySqlParameter functionality that is data source-independent.
    Inheritance Hierarchy

    System.Object
       System.MarshalByRefObject
          System.Data.Common.DbParameter
             Devart.Common.DbParameterBase
                Devart.Data.MySql.MySqlParameter

    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