Class DeleteManyModel<TDocument>
Model for deleting many documents.
[Serializable]
public sealed class DeleteManyModel<TDocument> : WriteModel<TDocument>
Type Parameters
TDocument
The type of the document.
- Inheritance
-
WriteModel<TDocument>DeleteManyModel<TDocument>
- Inherited Members
Constructors
DeleteManyModel(FilterDefinition<TDocument>)
Initializes a new instance of the DeleteManyModel<TDocument> class.
public DeleteManyModel(FilterDefinition<TDocument> filter)
Parameters
filter
FilterDefinition<TDocument>The filter.
Properties
Collation
Gets or sets the collation.
public Collation Collation { get; set; }
Property Value
Filter
Gets the filter.
public FilterDefinition<TDocument> Filter { get; }
Property Value
- FilterDefinition<TDocument>
Hint
Gets or sets the hint.
public BsonValue Hint { get; set; }
Property Value
ModelType
Gets the type of the model.
public override WriteModelType ModelType { get; }