ProjectionDefinitionBuilder<TSource>.ElemMatch Method |
Name | Description | |
---|---|---|
![]() | ElemMatch<TItem>(Expression<Func<TSource, IEnumerable<TItem>>>, FilterDefinition<TItem>) |
Creates a projection that filters the contents of an array.
|
![]() | ElemMatch<TItem>(Expression<Func<TSource, IEnumerable<TItem>>>, Expression<Func<TItem, Boolean>>) |
Creates a projection that filters the contents of an array.
|
![]() | ElemMatch<TItem>(FieldDefinition<TSource>, FilterDefinition<TItem>) |
Creates a projection that filters the contents of an array.
|