Tortuga.Chain Namespace
Tortuga.Chain.CommandBuilders Namespace
Tortuga.Chain.Metadata Namespace

ObjectDataReader<(Of <(<'TObject>)>)>..::..GetValues Method

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

Namespace:  Tortuga.Chain
Assembly:  Tortuga.Chain.Core (in Tortuga.Chain.Core.dll)

Syntax


public int GetValues(
	Object[] values
)
Public Function GetValues ( _
	values As Object() _
) As Integer
public:
int^ GetValues(
	array<Object^>^ values
)

Parameters

values
Type: array<Object>[]()[][]
An array of Object into which to copy the attribute columns.

Return Value

The number of instances of Object in the array.