ILiteCollectionTDeleteMany(String, BsonDocument) Method |
Delete all documents based on predicate expression. Returns how many documents was deleted
Namespace: Internal.LiteDBAssembly: NeoAxis.Core (in NeoAxis.Core.dll) Version: 2026.1.1.0 (2026.1.1.0)
Syntaxint DeleteMany(
string predicate,
BsonDocument parameters
)
Parameters
- predicate String
-
- parameters BsonDocument
-
Return Value
Int32
See Also