Click or drag to resize

Query<TDocument>.NotIn Method

Overload List
  NameDescription
Public methodStatic memberNotIn<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).
Public methodStatic memberNotIn<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).
Top
See Also