IPreparedQueryTDocument, TResultQuery Method

Builds the expression for the IFulltextQueryTDocument to prepare.

Definition

Namespace: SphinxConnector.FluentApi.PreparedQueries
Assembly: SphinxConnector (in SphinxConnector.dll) Version: 6.1.0
C#
Expression<Func<IFulltextQuery<TDocument>, IFulltextQuery<TResult>>> Query()

Return Value

ExpressionFuncIFulltextQueryTDocument, IFulltextQueryTResult
The IFulltextQueryTDocument to prepare.

See Also