dotConnect for PostgreSQL Documentation
Devart.Data.PostgreSql Namespace / PgSqlParameterCollection Class / AddRange Method
Array of Devart.Data.DbParameter objects to be added to the Devart.Data.DbParameterCollection.

In This Topic
    AddRange Method (PgSqlParameterCollection)
    In This Topic
    Adds the specified array of Devart.Data.DbParameter objects to the Devart.Data.DbParameterCollection.
    Syntax
    'Declaration
     
    Public Overrides Sub AddRange( _
       ByVal values As Array _
    ) 
    public override void AddRange( 
       Array values
    )

    Parameters

    values
    Array of Devart.Data.DbParameter objects to be added to the Devart.Data.DbParameterCollection.
    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