[]
        
(Showing Draft Content)

C1.DataConnector.C1DataReaderBase.GetValues

GetValues Method

GetValues(object[])

Populates an array of objects with the column values of the current row.

Declaration
public override int GetValues(object[] values)
Parameters
Type Name Description
object[] values

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

Returns
Type Description
int

The number of instances of Object in the array.

Overrides