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 As Integer _
) As Object
public object GetOracleValue(
int
)
Parameters
- i
- The zero-based element ordinal.
Return Value
The value of the array element.
See Also