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