dotConnect for Oracle Documentation
Devart.Data.Oracle Namespace / OracleObject Class / Item Property / Item(String) Property
String that represents a full path to the attribute or the element of the array. Note that it is case-sensitive.

In This Topic
    Item(String) Property
    In This Topic
    Gets or sets the OracleAttribute or OracleArray element by the specified path.
    Syntax
    'Declaration
     
    Public Overloads Property Item( _
       ByVal Name As String _
    ) As Object
    public object Item( 
       string Name
    ) {get; set;}

    Parameters

    Name
    String that represents a full path to the attribute or the element of the array. Note that it is case-sensitive.

    Property Value

    An OracleAttribute or OracleArray element by the specified path.
    Remarks
    You can get an attribute value of embedded object if you specify full path to this attribute.
    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