[]
Adds an array of items with the specified values to the parameter collection.
public override void AddRange(Array array)
Public Overrides Sub AddRange(array As Array)
| Type | Name | Description |
|---|---|---|
| Array | array | An array of values of type DbParameter to add to the collection. |