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: 5.3.0
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