The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.
OracleParameterCollection::Add Method (OracleParameter^)
.NET Framework (current version)
Adds the specified OracleParameter to the OracleParameterCollection.
Assembly: System.Data.OracleClient (in System.Data.OracleClient.dll)
Parameters
- value
-
Type:
System.Data.OracleClient::OracleParameter^
The OracleParameter to add to the collection.
Return Value
Type: System.Data.OracleClient::OracleParameter^A reference to the new OracleParameter object.
| Exception | Condition |
|---|---|
| ArgumentException | The OracleParameter specified in the value parameter is already added to this or another OracleParameterCollection. |
| ArgumentNullException | The value parameter is null. |
The following example creates an OracleParameterCollection, adds instances of OracleParameter to the collection, and returns a reference to the new OracleParameter.
.NET Framework
Available since 1.1
Available since 1.1
Show: