MongoDB .NET Driver API Documentation
MongoDB .NET Driver API Documentation
Namespaces
MongoDB.Driver
PipelineStageDefinitionBuilder Class
PipelineStageDefinitionBuilder Methods
Match Method
Match(TInput) Method (Expression(Func(TInput, Boolean)))
Match(TInput) Method (FilterDefinition(TInput))
PipelineStageDefinitionBuilder
Match Method
Overload List
Name
Description
Match
TInput
(Expression
Func
TInput, Boolean
)
Creates a $match stage.
Match
TInput
(FilterDefinition
TInput
)
Creates a $match stage.
Top
See Also
Reference
PipelineStageDefinitionBuilder Class
MongoDB.Driver Namespace
Copyright © 2010–present MongoDB Inc.
Send comments on this topic to
MongoDB