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

In This Topic
    GetValues() Method
    In This Topic
    Gets all column values for the current row.
    Syntax
    'Declaration
     
    Public Overloads Function GetValues() As Object()
    public object[] GetValues()

    Return Value

    An array of System.Object with the column values.
    Remarks
    For most applications, the GetValues method provides an efficient way for retrieving all column values, rather than retrieving each column value individually.
    See Also