OracleParameter.ParameterName Property
.NET Framework 3.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)
/** @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)
Not applicable.
Property Value
The name of the OracleParameter. The default is an empty string.Windows 98, Windows Server 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 Microsoft .NET Framework 3.0 is supported on Windows Vista, Microsoft Windows XP SP2, and Windows Server 2003 SP1.