dotConnect for Oracle Documentation
Devart.Data.Oracle Namespace / OracleDataReader Class / GetOracleValues Method / GetOracleValues() Method

On this page
    GetOracleValues() Method
    On this page
    Gets all the column values as the dotConnect for Oracle wrapped types.
    Syntax
    'Declaration
     
    Public Overloads Function GetOracleValues() As Object()
    public object[] GetOracleValues()

    Return Value

    An array of objects with the dotConnect for Oracle wrapped types as the column values.
    See Also