dotConnect for PostgreSQL Documentation
Devart.Common Namespace / DbParameterBaseCollection Class / AddRange Method
Array of DbParameterBase objects to be added to the DbParameterBaseCollection.

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

    Parameters

    values
    Array of DbParameterBase objects to be added to the DbParameterBaseCollection.
    See Also