Click or drag to resize

SphinxQLDataReaderGetValues Method

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

Namespace: SphinxConnector.SphinxQL
Assembly: SphinxConnector (in SphinxConnector.dll) Version: 6.0.0
Syntax
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