Click or drag to resize
FindFluentBaseTDocument, TProjectionFilter Property
Gets or sets the filter.

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

Property Value

Type: FilterDefinitionTDocument

Implements

IFindFluentTDocument, TProjectionFilter
See Also