Click or drag to resize
DeleteManyModelTDocumentFilter Property
Gets the filter.

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

Property Value

Type: FilterDefinitionTDocument
See Also