DataConnector | ComponentOne
C1.DataConnector Assembly / C1.DataConnector Namespace / C1DataReaderBase Class / GetValues Method
An array of Object into which to copy the attribute columns.

In This Topic
    GetValues Method (C1DataReaderBase)
    In This Topic
    Populates an array of objects with the column values of the current row.
    Syntax
    'Declaration
     
    Public Overrides Function GetValues( _
       ByVal values() As Object _
    ) As Integer
    public override int GetValues( 
       object[] values
    )

    Parameters

    values
    An array of Object into which to copy the attribute columns.

    Return Value

    The number of instances of Object in the array.
    See Also