dotConnect for DB2 Documentation
Devart.Data.DB2 Namespace / DB2ParameterCollection Class / AddRange Method
Array of DB2Parameter objects to be added to the DB2ParameterCollection.

In This Topic
    AddRange Method (DB2ParameterCollection)
    In This Topic
    Adds a DB2Parameter to the DB2ParameterCollection given parameter values.
    Syntax
    'Declaration
     
    Public Overrides Sub AddRange( _
       ByVal values As Array _
    ) 
    public override void AddRange( 
       Array values
    )

    Parameters

    values
    Array of DB2Parameter objects to be added to the DB2ParameterCollection.
    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