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