 | IFulltextSessionQueryTDocument Method |
Create a new query for the document of the given type.
Namespace: SphinxConnector.FluentApiAssembly: SphinxConnector (in SphinxConnector.dll) Version: 6.0.0
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
IFulltextQueryTDocumentAn instance of
IFulltextQueryTDocument
Exceptions
See Also