Table of Contents

Method GetValues

Namespace
Innova.Data
Assembly
Innova.Data.dll

GetValues(object[])

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

public int GetValues(object[] values)

Parameters

values object[]

An array of object to copy the attribute fields into.

Returns

int

The number of instances of object in the array.