Method Where
Where(Expression<Func<TDocument, bool>>)
Creates a filter based on the expression.
Parameters
expression
Expression<Func<TDocument, bool>>The expression.
Returns
- Filter
Definition <TDocument> An expression filter.
Creates a filter based on the expression.
expression
Expression<Func<TDocument, bool>>The expression.
An expression filter.