Method Match

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

Namespace

MongoDB.Driver

Assembly

MongoDB.Driver.dll

Match(FilterDefinition)

Appends a match stage to the pipeline.

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

Parameters

filter FilterDefinition

The filter.

Returns

IAggregateFluent

The fluent aggregate interface.