OracleParameter.ParameterName Property
.NET Framework 2.0
Gets or sets the name of the OracleParameter.
Namespace: System.Data.OracleClient
Assembly: System.Data.OracleClient (in system.data.oracleclient.dll)
Assembly: System.Data.OracleClient (in system.data.oracleclient.dll)
public: virtual property String^ ParameterName { String^ get () override; void set (String^ value) override;
/** @property */ public String get_ParameterName () /** @property */ public void set_ParameterName (String value)
public override function get ParameterName () : String public override function set ParameterName (value : String)
Property Value
The name of the OracleParameter. The default is an empty string.Windows 98, Windows 2000 SP4, Windows Millennium Edition, Windows Server 2003, Windows XP Media Center Edition, Windows XP Professional x64 Edition, Windows XP SP2, Windows XP Starter Edition
The .NET Framework does not support all versions of every platform. For a list of the supported versions, see System Requirements.