MongoDB .NET Driver API Documentation
MongoDB .NET Driver API Documentation
Namespaces
MongoDB.Driver
PipelineDefinitionBuilder Class
PipelineDefinitionBuilder Methods
Lookup Method
Lookup(TInput, TIntermediate, TForeignDocument, TAsElement, TAs, TOutput) Method (PipelineDefinition(TInput, TIntermediate), IMongoCollection(TForeignDocument), BsonDocument, PipelineDefinition(TForeignDocument, TAsElement), FieldDefinition(TOutput, TAs), AggregateLookupOptions(TForeignDocument, TOutput))
Lookup(TInput, TIntermediate, TForeignDocument, TAsElement, TAs, TOutput) Method (PipelineDefinition(TInput, TIntermediate), IMongoCollection(TForeignDocument), BsonDocument, PipelineDefinition(TForeignDocument, TAsElement), Expression(Func(TOutput, TAs)), AggregateLookupOptions(TForeignDocument, TOutput))
Lookup(TInput, TIntermediate, TForeignDocument, TOutput) Method (PipelineDefinition(TInput, TIntermediate), IMongoCollection(TForeignDocument), FieldDefinition(TIntermediate), FieldDefinition(TForeignDocument), FieldDefinition(TOutput), AggregateLookupOptions(TForeignDocument, TOutput))
Lookup(TInput, TIntermediate, TForeignDocument, TOutput) Method (PipelineDefinition(TInput, TIntermediate), IMongoCollection(TForeignDocument), Expression(Func(TIntermediate, Object)), Expression(Func(TForeignDocument, Object)), Expression(Func(TOutput, Object)), AggregateLookupOptions(TForeignDocument, TOutput))
PipelineDefinitionBuilder
.
Lookup Method
Overload List
Name
Description
Lookup
<
TInput, TIntermediate, TForeignDocument, TAsElement, TAs, TOutput
>
(PipelineDefinition
<
TInput, TIntermediate
>
, IMongoCollection
<
TForeignDocument
>
, BsonDocument, PipelineDefinition
<
TForeignDocument, TAsElement
>
, FieldDefinition
<
TOutput, TAs
>
, AggregateLookupOptions
<
TForeignDocument, TOutput
>
)
Appends a $lookup stage to the pipeline.
Lookup
<
TInput, TIntermediate, TForeignDocument, TAsElement, TAs, TOutput
>
(PipelineDefinition
<
TInput, TIntermediate
>
, IMongoCollection
<
TForeignDocument
>
, BsonDocument, PipelineDefinition
<
TForeignDocument, TAsElement
>
, Expression
<
Func
<
TOutput, TAs
>
>
, AggregateLookupOptions
<
TForeignDocument, TOutput
>
)
Appends a $lookup stage to the pipeline.
Lookup
<
TInput, TIntermediate, TForeignDocument, TOutput
>
(PipelineDefinition
<
TInput, TIntermediate
>
, IMongoCollection
<
TForeignDocument
>
, FieldDefinition
<
TIntermediate
>
, FieldDefinition
<
TForeignDocument
>
, FieldDefinition
<
TOutput
>
, AggregateLookupOptions
<
TForeignDocument, TOutput
>
)
Appends a $lookup stage to the pipeline.
Lookup
<
TInput, TIntermediate, TForeignDocument, TOutput
>
(PipelineDefinition
<
TInput, TIntermediate
>
, IMongoCollection
<
TForeignDocument
>
, Expression
<
Func
<
TIntermediate, Object
>
>
, Expression
<
Func
<
TForeignDocument, Object
>
>
, Expression
<
Func
<
TOutput, Object
>
>
, AggregateLookupOptions
<
TForeignDocument, TOutput
>
)
Appends a lookup stage to the pipeline.
Top
See Also
Reference
PipelineDefinitionBuilder Class
MongoDB.Driver Namespace
Copyright © 2010–present MongoDB Inc.
Send comments on this topic to
MongoDB