Click or drag to resize
SphinxQLDataReaderGetMvaValues Method (Int32)
Gets the values of a multi value attribute.

Namespace: SphinxConnector.SphinxQL
Assembly: SphinxConnector (in SphinxConnector.dll) Version: 3.12.6
Syntax
public IList<long> GetMvaValues(
	int ordinal
)

Parameters

ordinal
Type: SystemInt32
The zero-based column ordinal of the column containing the values of the multi value attribute.

Return Value

Type: IListInt64
An IListT containing the values.
Exceptions
ExceptionCondition
IndexOutOfRangeExceptionThe provided column index is out of range.
See Also