Table of Contents

Method Match

Namespace
MongoDB.Driver
Assembly
MongoDB.Driver.dll

Match(FilterDefinition<TResult>)

Appends a match stage to the pipeline.

public abstract IAggregateFluent<TResult> Match(FilterDefinition<TResult> filter)

Parameters

filter FilterDefinition<TResult>

The filter.

Returns

IAggregateFluent<TResult>

The fluent aggregate interface.