dotConnect for SQL Server Documentation
Devart.Data.SqlServer Namespace / SqlParameterCollection Class / AddRange Method
Array of SqlParameter objects to be added to the SqlParameterCollection.

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

    Parameters

    values
    Array of SqlParameter objects to be added to the SqlParameterCollection.
    See Also