AddRange(Array) Method

Syntax:

public void AddRange(Array values)

Description:

Adds an array of new RdmParameter objects to the collection with the specified values.

Parameters:

values

Type: System.Array

The array of values for the new parameters.

Reference:

For more information, reference MSDN documentation for: System.Data.Common.DbParameterCollection.AddRange