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