Method Match
| MongoDB CSharp Driver API Reference (original) (raw)
Namespace
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
The fluent aggregate interface.