DbParameterCollection.AddRange(Array) Method

Definition

Adds an array of items with the specified values to the DbParameterCollection.

public:
 abstract void AddRange(Array ^ values);
public abstract void AddRange (Array values);
abstract member AddRange : Array -> unit
Public MustOverride Sub AddRange (values As Array)

Parameters

values
Array

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

Applies to

See also