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

In This Topic
    GetProviderSpecificValues() Method
    In This Topic
    Gets all column values for the current row. If possible, a provider-specific type is used.
    Syntax
    'Declaration
     
    Public Overloads Function GetProviderSpecificValues() As Object()
    public object[] GetProviderSpecificValues()

    Return Value

    An array of System.Object with the column values.
    Remarks
    This method is equivalent to the GetValues method, the only difference is that this method uses a provider-specific type whenever possible.
    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