 | IFulltextSessionQueryTDocument Method |
Create a new query for the document of the given type.
Namespace:
SphinxConnector.FluentApi
Assembly:
SphinxConnector (in SphinxConnector.dll) Version: 5.4.1
SyntaxIFulltextQuery<TDocument> Query<TDocument>()
Function Query(Of TDocument) As IFulltextQuery(Of TDocument)
Type Parameters
- TDocument
- The type of document to create a query for.
Return Value
Type:
IFulltextQueryTDocumentAn instance of
IFulltextQueryTDocument
Exceptions
See Also