MongoDB .NET Driver API Documentation
MongoDB .NET Driver API Documentation
Namespaces
MongoDB.Driver
IAggregateFluentExtensions Class
IAggregateFluentExtensions Methods
Lookup Method
Lookup(TResult) Method (IAggregateFluent(TResult), String, FieldDefinition(TResult), FieldDefinition(BsonDocument), FieldDefinition(BsonDocument))
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
, String, FieldDefinition
TResult
, FieldDefinition
BsonDocument
, FieldDefinition
BsonDocument
)
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-2015 MongoDB Inc.
Send comments on this topic to
MongoDB