GetValues Method (C1QuickBooksOnlineDataReader)
Populates an array of objects with the column values of the current row.
'Declaration
Public Overridable Function GetValues( _
ByVal () As Object _
) As Integer
public virtual int GetValues(
object[]
)
Parameters
- values
- An array of System.Object into which to copy the attribute columns.
Return Value
The number of instances of System.Object in the array.