DataConnector | ComponentOne
C1.DataConnector Assembly / C1.DataConnector Namespace / C1DbParameterCollection Class / AddRange Method
An array of values of type DbParameter to add to the collection.

In This Topic
    AddRange Method
    In This Topic
    Adds an array of items with the specified values to the parameter collection.
    Syntax
    'Declaration
     
    Public Overrides Sub AddRange( _
       ByVal array As Array _
    ) 
    public override void AddRange( 
       Array array
    )

    Parameters

    array
    An array of values of type DbParameter to add to the collection.
    See Also