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

In This Topic
    GetOracleValue Method (NativeOracleArray)
    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
     

    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(Int32) property.
    See Also