Table of Contents

Method AggregateExplain

Namespace
MongoDB.Driver
Assembly
MongoDB.Driver.Legacy.dll

AggregateExplain(AggregateArgs)

Runs an aggregate command with explain set and returns the explain result.

public virtual CommandResult AggregateExplain(AggregateArgs args)

Parameters

args AggregateArgs

The args.

Returns

CommandResult

The explain result.