MongoDB .NET Driver API Documentation
MongoDB .NET Driver API Documentation
Namespaces
MongoDB.Driver
PipelineStageDefinitionBuilder Class
PipelineStageDefinitionBuilder Methods
Lookup Method
Lookup(TInput, TForeignDocument, TOutput) Method (IMongoCollection(TForeignDocument), FieldDefinition(TInput), FieldDefinition(TForeignDocument), FieldDefinition(TOutput), AggregateLookupOptions(TForeignDocument, TOutput))
Lookup(TInput, TForeignDocument, TOutput) Method (IMongoCollection(TForeignDocument), Expression(Func(TInput, Object)), Expression(Func(TForeignDocument, Object)), Expression(Func(TOutput, Object)), AggregateLookupOptions(TForeignDocument, TOutput))
PipelineStageDefinitionBuilder
Lookup Method
Overload List
Name
Description
Lookup
TInput, TForeignDocument, TOutput
(IMongoCollection
TForeignDocument
, FieldDefinition
TInput
, FieldDefinition
TForeignDocument
, FieldDefinition
TOutput
, AggregateLookupOptions
TForeignDocument, TOutput
)
Creates a $lookup stage.
Lookup
TInput, TForeignDocument, TOutput
(IMongoCollection
TForeignDocument
, Expression
Func
TInput, Object
, Expression
Func
TForeignDocument, Object
, Expression
Func
TOutput, Object
, AggregateLookupOptions
TForeignDocument, TOutput
)
Creates a $lookup stage.
Top
See Also
Reference
PipelineStageDefinitionBuilder Class
MongoDB.Driver Namespace
Copyright © 2010-2015 MongoDB Inc.
Send comments on this topic to
MongoDB