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

In This Topic
    GetOracleValues() Method
    In This Topic
    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.
    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