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.
OracleParameter::ParameterName Property
.NET Framework (current version)
Gets or sets the name of the OracleParameter.
Assembly: System.Data.OracleClient (in System.Data.OracleClient.dll)
public: property String^ ParameterName { virtual String^ get() override; virtual void set(String^ value) override; }
Property Value
Type: System::String^The name of the OracleParameter. The default is an empty string.
The .NET Framework Data Provider for Oracle does not support positional parameters that are marked with a question mark (?).
The following example creates a OracleParameter and sets some of its properties.
.NET Framework
Available since 1.1
Available since 1.1
Show: