Table of Contents

Struct LookupResult<TLocal, TResult>

Namespace
MongoDB.Driver.Linq
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

Properties

Local

The local document.

Results

The result values.