dotConnect for PostgreSQL Documentation
Devart.Common Namespace / DbParameterBaseCollection Class
Members

In This Topic
    DbParameterBaseCollection Class
    In This Topic
    Collects all parameters relevant to a DbCommandBase as well as their respective mappings to System.Data.DataSet columns.
    Syntax
    Remarks
    Abstract DbParameterBaseCollection class implements some of Devart.Data.PostgreSql.PgSqlParameterCollection functionality that is DBMS-independent.
    Inheritance Hierarchy

    System.Object
       System.MarshalByRefObject
          System.Data.Common.DbParameterCollection
             Devart.Common.DbParameterBaseCollection
                Devart.Data.PostgreSql.PgSqlParameterCollection

    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