IFulltext SessionQueryTDocument Method
Create a new query for the document of the given type.
Definition
Namespace: SphinxConnector.FluentApi
Assembly: SphinxConnector (in SphinxConnector.dll) Version: 6.1.0
An instance of IFulltextQueryTDocument
Assembly: SphinxConnector (in SphinxConnector.dll) Version: 6.1.0
C#
IFulltextQuery<TDocument> Query<TDocument>()
VB
Function Query(Of TDocument) As IFulltextQuery(Of TDocument)Type Parameters
- TDocument
- The type of document to create a query for.
Return Value
IFulltextQueryTDocumentAn instance of IFulltextQueryTDocument
Exceptions
| ObjectDisposedException | Occurs when the session has already been disposed. |