 | IFulltextSessionQueryTDocument Method |
Create a new query for the document of the given type.
Namespace: SphinxConnector.FluentApiAssembly: SphinxConnector (in SphinxConnector.dll) Version: 3.12.6
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