Table of Contents

Class AggregateQueryableExecutionModel<TOutput>

Namespace
MongoDB.Driver.Linq
Assembly
MongoDB.Driver.dll
public sealed class AggregateQueryableExecutionModel<TOutput> : QueryableExecutionModel

Type Parameters

TOutput
Inheritance
AggregateQueryableExecutionModel<TOutput>
Inherited Members

Properties

OutputSerializer

public IBsonSerializer<TOutput> OutputSerializer { get; }

Property Value

IBsonSerializer<TOutput>

OutputType

public override Type OutputType { get; }

Property Value

Type

Stages

public IEnumerable<BsonDocument> Stages { get; }

Property Value

IEnumerable<BsonDocument>

Methods

ToString()

public override string ToString()

Returns

string