Click or drag to resize

Query<TDocument>.In Method

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