GetValues method

Description

Identifies all the attribute columns in the current row.

Syntax

int GetValues( object[ ] values )

Parameters

values: An array of objects that holds an entire row of the result set.

Return value

The number of objects in the array.

Implements

IDataRecord GetValues

Usage