OracleParameter.Direction Property
.NET Framework 3.0
Gets or sets a value that indicates whether the parameter is input-only, output-only, bidirectional, or a stored procedure return value parameter.
Namespace: System.Data.OracleClient
Assembly: System.Data.OracleClient (in system.data.oracleclient.dll)
Assembly: System.Data.OracleClient (in system.data.oracleclient.dll)
/** @property */ public ParameterDirection get_Direction () /** @property */ public void set_Direction (ParameterDirection value)
public override function get Direction () : ParameterDirection public override function set Direction (value : ParameterDirection)
Not applicable.
Property Value
One of the ParameterDirection values. The default is Input.If the ParameterDirection is output, and execution of the associated OracleCommand does not return a value, the OracleParameter contains a null value.
Output, InputOut, and ReturnValue parameters returned by calling ExecuteReader cannot be accessed until you call Close on the OracleDataReader.
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.