 | SphinxQLDataReaderGetMvaValues Method (Int32) |
Gets the values of a multi value attribute.
Namespace:
SphinxConnector.SphinxQL
Assembly:
SphinxConnector (in SphinxConnector.dll) Version: 5.4.1
Syntaxpublic IList<long> GetMvaValues(
int ordinal
)
Public Function GetMvaValues (
ordinal As Integer
) As IList(Of Long)
Parameters
- ordinal
- Type: SystemInt32
The zero-based column ordinal of the column containing the values of the multi value attribute.
Return Value
Type:
IListInt64An
IListT containing the values.
Exceptions
See Also