ProjectionDefinitionExtensions.ElemMatch Method |
Name | Description | |
---|---|---|
![]() ![]() | ElemMatch<TDocument, TItem>(ProjectionDefinition<TDocument>, FieldDefinition<TDocument>, FilterDefinition<TItem>) |
Combines an existing projection with a projection that filters the contents of an array.
|
![]() ![]() | ElemMatch<TDocument, TItem>(ProjectionDefinition<TDocument>, Expression<Func<TDocument, IEnumerable<TItem>>>, FilterDefinition<TItem>) |
Combines an existing projection with a projection that filters the contents of an array.
|
![]() ![]() | ElemMatch<TDocument, TItem>(ProjectionDefinition<TDocument>, Expression<Func<TDocument, IEnumerable<TItem>>>, Expression<Func<TItem, Boolean>>) |
Combines an existing projection with a projection that filters the contents of an array.
|