Click or drag to resize
IFulltextSessionQueryTDocument Method
Create a new query for the document of the given type.

Namespace: SphinxConnector.FluentApi
Assembly: SphinxConnector (in SphinxConnector.dll) Version: 3.12.6
Syntax
IFulltextQuery<TDocument> Query<TDocument>()

Type Parameters

TDocument
The type of document to create a query for.

Return Value

Type: IFulltextQueryTDocument
An instance of IFulltextQueryTDocument
Exceptions
ExceptionCondition
ObjectDisposedExceptionOccurs when the session has already been disposed.
See Also