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