Query<TDocument>.NE Method |
Name | Description | |
---|---|---|
![]() ![]() | NE<TMember>(Expression<Func<TDocument, TMember>>, TMember) |
Tests that an element does not equal the value (see $ne).
|
![]() ![]() | NE<TValue>(Expression<Func<TDocument, IEnumerable<TValue>>>, TValue) |
Tests that none of the values in the named array element is equal to some value (see $ne).
|