OracleParameter.SourceColumn Property
.NET Framework 3.0
Gets or sets the name of the source column mapped to the DataSet and used for loading or returning the Value 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_SourceColumn () /** @property */ public void set_SourceColumn (String value)
public override function get SourceColumn () : String public override function set SourceColumn (value : String)
Not applicable.
Property Value
The name of the source column mapped to the DataSet. The default is an empty string ("").The link between the value of the OracleParameter and the DataTable may be bidirectional depending on the value of the Direction property.
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.