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

In This Topic
ItemObjectType Property
In This Topic
Gets object type of the element for VARRAY or Nested table types.
Syntax
'Declaration
 
Public ReadOnly Property ItemObjectType As OracleType
 

Property Value

The OracleType of the element from the collection, or null if the OracleType is not VARRAY or Nested table type.
Remarks
Use DbType property to determine whether given OracleType is representing as VARRAY or Nested table.
See Also