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 () As Object _
) As Integer
public override int GetValues(
object[]
)
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