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
 

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.

See Also