Query<TDocument>.NotIn Method |
Name | Description | |
---|---|---|
![]() ![]() | NotIn<TValue>(Expression<Func<TDocument, IEnumerable<TValue>>>, IEnumerable<TValue>) |
Tests that the none of the values of the named array element is equal to any item in a list of values (see $nin).
|
![]() ![]() | NotIn<TMember>(Expression<Func<TDocument, TMember>>, IEnumerable<TMember>) |
Tests that the value of the named element is not equal to any item in a list of values (see $nin).
|