Windows apps
Collapse the table of content
Expand the table of content
Information
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^)

 

Adds the specified OracleParameter to the OracleParameterCollection.

Namespace:   System.Data.OracleClient
Assembly:  System.Data.OracleClient (in System.Data.OracleClient.dll)

public:
OracleParameter^ Add(
	OracleParameter^ value
)

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.

No code example is currently available or this language may not be supported.

.NET Framework
Available since 1.1
Return to top
Show:
© 2017 Microsoft