Click or drag to resize

IPreparedQueryTDocument, TResultQuery Method

Builds the expression for the IFulltextQueryTDocument to prepare.

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

Return Value

ExpressionFuncIFulltextQueryTDocument, IFulltextQueryTResult
The IFulltextQueryTDocument to prepare.
See Also