dotConnect for Oracle Documentation
Devart.Data.Oracle Namespace / OracleType Class / DbType Property

In This Topic
    DbType Property (OracleType)
    In This Topic
    Determines what type the OracleType represents - OBJECT, VARRAY or Nested table.
    Syntax
    'Declaration
     
    Public ReadOnly Property DbType As OracleDbType
    public OracleDbType DbType {get;}

    Property Value

    One of the OracleObject, OracleArray or OracleTable values from the OracleDbType enumeration.
    Remarks
    Values from the OracleDbType enumeration correspond to the following Oracle definitions:

    - Object - a type representing as OBJECT;

    - Array - a type representing as VARRAY;

    - Table - a type representing as Nested table.

    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