Click or drag to resize

IPreparedQueryTDocument, TResultQuery Method

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

Return Value

Type: ExpressionFuncIFulltextQueryTDocument, IFulltextQueryTResult
The IFulltextQueryTDocument to prepare.
See Also