IFulltextSessionQueryTDocument Method

Create a new query for the document of the given type.

Definition

Namespace: SphinxConnector.FluentApi
Assembly: SphinxConnector (in SphinxConnector.dll) Version: 6.1.0
C#
IFulltextQuery<TDocument> Query<TDocument>()

Type Parameters

TDocument
The type of document to create a query for.

Return Value

IFulltextQueryTDocument
An instance of IFulltextQueryTDocument

Exceptions

ObjectDisposedExceptionOccurs when the session has already been disposed.

See Also