 | MultiQueryResultReadT Method |
Returns a list of results of the given type.
Namespace:
SphinxConnector.FluentApi
Assembly:
SphinxConnector (in SphinxConnector.dll) Version: 5.4.1
Syntaxpublic IList<T> Read<T>()
Public Function Read(Of T) As IList(Of T)
Type Parameters
- T
- The result type.
Return Value
Type:
IListTA list of data of the given type. If the type is a built-in type like int, string, etc. only the data from the first column is returned,
otherwise an instance is created per row, and a case insensitive, direct mapping between column-name and member-name is assumed.
ExceptionsException | Condition |
---|
FulltextException | Occurs when there is an error during the execution of the query. |
See Also