Class AggregateLookupOptions<TForeignDocument, TResult>
Options for the aggregate $lookup stage.
public sealed class AggregateLookupOptions<TForeignDocument, TResult>
  Type Parameters
TForeignDocumentThe type of the foreign document.
TResultThe type of the result.
- Inheritance
 - 
      
      AggregateLookupOptions<TForeignDocument, TResult>
 
- Inherited Members
 
Properties
- ForeignSerializer
 Gets or sets the foreign document serializer.
- ResultSerializer
 Gets or sets the result serializer.