Click or drag to resize

SphinxQLDataReaderGetMvaValues Method (String)

Gets the values of a multi value attribute.

Namespace:  SphinxConnector.SphinxQL
Assembly:  SphinxConnector (in SphinxConnector.dll) Version: 5.3.0
Syntax
public IList<long> GetMvaValues(
	string name
)

Parameters

name
Type: SystemString
The name of the column containing the values of the multi value attribute.

Return Value

Type: IListInt64
An IListTcontaining the values.
See Also