Click or drag to resize
CqlReader.GetValues Method
Populates an array of objects with the column values of the current row.

Namespace: Dse.Data
Assembly: Dse (in Dse.dll) Version: 2.5.0
Syntax
C#
public override int GetValues(
	Object[] values
)

Parameters

values
Type:System.Object[]
An array of Object into which to copy the attribute columns.

Return Value

Type: Int32
The number of instances of Object in the array.

Implements

IDataRecord.GetValues(Object[])
See Also