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.
    See Also