SqlParameterCollection.AddRange Method
.NET Framework 4.5
Adds elements to the end of the SqlParameterCollection.
This member is overloaded. For complete information about this member, including syntax, usage, and examples, click a name in the overload list.
| Name | Description | |
|---|---|---|
|
AddRange(Array) | Adds an array of values to the end of the SqlParameterCollection. (Overrides DbParameterCollection.AddRange(Array).) |
|
AddRange(SqlParameter[]) | Adds an array of SqlParameter values to the end of the SqlParameterCollection. |