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
    public OracleType ItemObjectType {get;}

    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.
    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