Click or drag to resize

ProjectionDefinitionBuilder<TSource>.ElemMatch Method

Overload List
  NameDescription
Public methodElemMatch<TItem>(Expression<Func<TSource, IEnumerable<TItem>>>, FilterDefinition<TItem>)
Creates a projection that filters the contents of an array.
Public methodElemMatch<TItem>(Expression<Func<TSource, IEnumerable<TItem>>>, Expression<Func<TItem, Boolean>>)
Creates a projection that filters the contents of an array.
Public methodElemMatch<TItem>(FieldDefinition<TSource>, FilterDefinition<TItem>)
Creates a projection that filters the contents of an array.
Top
See Also