dotConnect for Oracle Documentation
Devart.Data.Oracle Namespace / OracleParameter Class / OracleDbType Property

OracleDbType Property (OracleParameter)
Gets or sets the OracleDbType of the parameter.
Syntax
'Declaration
 
Public Property OracleDbType As OracleDbType
 

Property Value

A OracleDbType value that is the OracleDbType of the parameter.
Remarks
The OracleDbType and DbType are linked. Therefore, setting the DbType changes the OracleDbType to a supporting OracleDbType.

For a list of the supported data types, see the appropriate OracleDbType member. For more information, see "Using Parameters with a DataAdapter" in the Microsoft .NET Framework SDK documentation.

Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also