dotConnect for Oracle Documentation
Devart.Data.Oracle Namespace / OracleArray Class / GetOracleValue Method
The zero-based element ordinal.

In This Topic
    GetOracleValue Method (OracleArray)
    In This Topic
    Gets the value of the array element at the specified ordinal in its Oracle format.
    Syntax
    'Declaration
     
    Public Function GetOracleValue( _
       ByVal i As Integer _
    ) As Object
    public object GetOracleValue( 
       int i
    )

    Parameters

    i
    The zero-based element ordinal.

    Return Value

    The value of the array element.
    Remarks
    GetOracleValue returns data using the native Oracle types. To retrieve data using the .NET Framework types, see Item property.
    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