Struct LookupResult<TLocal, TResult>
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
Properties
- Local
The local document.
- Results
The result values.