Sphinx QLData ReaderGet Mva Values(String) Method
Gets the values of a multi value attribute.
Definition
Namespace: SphinxConnector.SphinxQL
Assembly: SphinxConnector (in SphinxConnector.dll) Version: 6.1.0
An IListTcontaining the values.
Assembly: SphinxConnector (in SphinxConnector.dll) Version: 6.1.0
C#
public IList<long> GetMvaValues(
string name
)VB
Public Function GetMvaValues (
name As String
) As IList(Of Long)Parameters
- name String
- The name of the column containing the values of the multi value attribute.
Return Value
IListInt64An IListTcontaining the values.