Struct LookupResult<TLocal, TResult>

| MongoDB CSharp Driver API Reference (original) (raw)

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

ValueType.Equals(object)

ValueType.GetHashCode()

ValueType.ToString()

object.Equals(object, object)

object.GetType()

object.ReferenceEquals(object, object)

Properties

Local

The local document.

Results

The result values.