ProjectionDefinitionExtensions Class |
Namespace: MongoDB.Driver
The ProjectionDefinitionExtensions type exposes the following members.
| Name | Description | |
|---|---|---|
| ElemMatchTDocument, TItem(ProjectionDefinitionTDocument, FieldDefinitionTDocument, FilterDefinitionTItem) |
Combines an existing projection with a projection that filters the contents of an array.
| |
| ElemMatchTDocument, TItem(ProjectionDefinitionTDocument, ExpressionFuncTDocument, IEnumerableTItem, FilterDefinitionTItem) |
Combines an existing projection with a projection that filters the contents of an array.
| |
| ElemMatchTDocument, TItem(ProjectionDefinitionTDocument, ExpressionFuncTDocument, IEnumerableTItem, ExpressionFuncTItem, Boolean) |
Combines an existing projection with a projection that filters the contents of an array.
| |
| ExcludeTDocument(ProjectionDefinitionTDocument, FieldDefinitionTDocument) |
Combines an existing projection with a projection that excludes a field.
| |
| ExcludeTDocument(ProjectionDefinitionTDocument, ExpressionFuncTDocument, Object) |
Combines an existing projection with a projection that excludes a field.
| |
| IncludeTDocument(ProjectionDefinitionTDocument, FieldDefinitionTDocument) |
Combines an existing projection with a projection that includes a field.
| |
| IncludeTDocument(ProjectionDefinitionTDocument, ExpressionFuncTDocument, Object) |
Combines an existing projection with a projection that includes a field.
| |
| MetaTDocument |
Combines an existing projection with a meta projection.
| |
| MetaSearchHighlightsTDocument |
Combines an existing projection with a search highlights projection.
| |
| MetaSearchScoreTDocument |
Combines an existing projection with a search score projection.
| |
| MetaSearchScoreDetailsTDocument |
Combines an existing projection with a search score details projection.
| |
| MetaTextScoreTDocument |
Combines an existing projection with a text score projection.
| |
| SearchMetaTDocument(ProjectionDefinitionTDocument, FieldDefinitionTDocument) |
Combines an existing projection with a search metadata projection.
| |
| SearchMetaTDocument(ProjectionDefinitionTDocument, ExpressionFuncTDocument, Object) |
Combines an existing projection with a search metadata projection.
| |
| SliceTDocument(ProjectionDefinitionTDocument, FieldDefinitionTDocument, Int32, NullableInt32) |
Combines an existing projection with an array slice projection.
| |
| SliceTDocument(ProjectionDefinitionTDocument, ExpressionFuncTDocument, Object, Int32, NullableInt32) |
Combines an existing projection with an array slice projection.
|