OracleParameterCollection.AddRange Method
.NET Framework 4.5
Adds elements to the end of the OracleParameterCollection.
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 OracleParameterCollection. (Overrides DbParameterCollection.AddRange(Array).) |
|
AddRange(OracleParameter[]) | Adds an array of OracleParameter values to the end of the OracleParameterCollection. |