Struct LookupResult<TLocal, TResult>
| MongoDB CSharp Driver API Reference (original) (raw)
Namespace
Assembly
MongoDB.Driver.dll
The result of a Lookup operation.
[BsonSerializer(typeof(LookupResultSerializer<,>))]
public struct LookupResult<TLocal, TResult>
Type Parameters
TLocal
The type of the local documents.
TResult
The type of the result values.
Inherited Members
object.ReferenceEquals(object, object)
Properties
The local document.
The result values.