Click or drag to resize
MapReduceOptionsTDocument, TResultFilter Property
Gets or sets the filter.

Namespace: MongoDB.Driver
Assembly: MongoDB.Driver (in MongoDB.Driver.dll) Version: 2.4.1
Syntax
public FilterDefinition<TDocument> Filter { get; set; }

Property Value

Type: FilterDefinitionTDocument
See Also