Click or drag to resize

ILiteCollectionTDeleteMany Method

Overload List
 NameDescription
Public methodDeleteMany(BsonExpression) Delete all documents based on predicate expression. Returns how many documents was deleted
Public methodDeleteMany(ExpressionFuncT, Boolean) Delete all documents based on predicate expression. Returns how many documents was deleted
Public methodDeleteMany(String, BsonDocument) Delete all documents based on predicate expression. Returns how many documents was deleted
Public methodDeleteMany(String, BsonValue) Delete all documents based on predicate expression. Returns how many documents was deleted
Top
See Also