QueryBuilder<TDocument>.In Method |
Name | Description | |
---|---|---|
In<TValue>(Expression<Func<TDocument, IEnumerable<TValue>>>, IEnumerable<TValue>) |
Tests that any of the values in the named array element are equal to one of a list of values (see $in).
| |
In<TMember>(Expression<Func<TDocument, TMember>>, IEnumerable<TMember>) |
Tests that the value of the named element is equal to one of a list of values (see $in).
|