SphinxQLDataReaderGetValues Method

Gets all attribute columns in the collection for the current row.

Definition

Namespace: SphinxConnector.SphinxQL
Assembly: SphinxConnector (in SphinxConnector.dll) Version: 6.1.0
C#
public override int GetValues(
	Object[] values
)

Parameters

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

Return Value

Int32
The number of instances of Object in the array.

Implements

IDataRecordGetValues(Object)

See Also