 | SphinxQLDataReaderGetMvaValues(Int32) Method |
Gets the values of a multi value attribute.
Namespace: SphinxConnector.SphinxQLAssembly: SphinxConnector (in SphinxConnector.dll) Version: 6.0.0
Syntaxpublic IList<long> GetMvaValues(
int ordinal
)
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
See Also