OracleParameterCollection::Item Property (String^)
Gets or sets the OracleParameter with the specified name.
Assembly: System.Data.OracleClient (in System.Data.OracleClient.dll)
public: property OracleParameter^ default[ String^ parameterName ] { OracleParameter^ get(String^ parameterName); void set(String^ parameterName, OracleParameter^ value); }
Parameters
- parameterName
-
Type:
System::String^
The name of the parameter to retrieve.
Property Value
Type: System.Data.OracleClient::OracleParameter^The OracleParameter with the specified name.
| Exception | Condition |
|---|---|
| IndexOutOfRangeException | The name specified does not exist. |
The following example searches for an OracleParameter with a given ParameterName within an OracleParameterCollection. If the parameter exists, the example displays the name and index of the parameter. If the parameter does not exist, the example displays an error. This example assumes that an OracleParameterCollection has already been created.
Available since 1.1