 | IFulltextQueryTDocumentWhere Method |
Filter the results of this query by the given predicate.
Namespace: SphinxConnector.FluentApiAssembly: SphinxConnector (in SphinxConnector.dll) Version: 6.0.0
SyntaxIFulltextQuery<TDocument> Where(
Expression<Func<TDocument, bool>> predicate
)
Function Where (
predicate As Expression(Of Func(Of TDocument, Boolean))
) As IFulltextQuery(Of TDocument)
Parameters
- predicate ExpressionFuncTDocument, Boolean
- A function to test each document for a condition.
Return Value
IFulltextQueryTDocumentThe current instance.
Exceptions
See Also