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 (String^, OracleType)

 

Adds an OracleParameter to the OracleParameterCollection given the parameter name and data type.

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

public:
OracleParameter^ Add(
	String^ parameterName,
	OracleType dataType
)

Parameters

parameterName
Type: System::String^

The name of the parameter.

dataType
Type: System.Data.OracleClient::OracleType

One of the OracleType values.

Return Value

Type: System.Data.OracleClient::OracleParameter^

A reference to the new OracleParameter object.

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