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
 

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