Sphinx QLData ReaderGet Mva Values(Int 32) Method
Gets the values of a multi value attribute.
Definition
Namespace: SphinxConnector.SphinxQL
Assembly: SphinxConnector (in SphinxConnector.dll) Version: 6.1.0
An IListT containing the values.
Assembly: SphinxConnector (in SphinxConnector.dll) Version: 6.1.0
C#
public IList<long> GetMvaValues(
int ordinal
)VB
Public Function GetMvaValues (
ordinal As Integer
) As IList(Of Long)Parameters
- ordinal Int32
- The zero-based column ordinal of the column containing the values of the multi value attribute.
Return Value
IListInt64An IListT containing the values.
Exceptions
| IndexOutOfRangeException | The provided column index is out of range. |