Table of Contents

Class AggregateLookupOptions<TForeignDocument, TResult>

Namespace
MongoDB.Driver
Assembly
MongoDB.Driver.dll
public sealed class AggregateLookupOptions<TForeignDocument, TResult>

Type Parameters

TForeignDocument
TResult
Inheritance
AggregateLookupOptions<TForeignDocument, TResult>
Inherited Members

Constructors

AggregateLookupOptions()

public AggregateLookupOptions()

Properties

ForeignSerializer

public IBsonSerializer<TForeignDocument> ForeignSerializer { get; set; }

Property Value

IBsonSerializer<TForeignDocument>

ResultSerializer

public IBsonSerializer<TResult> ResultSerializer { get; set; }

Property Value

IBsonSerializer<TResult>