ILiteCollectionTDeleteMany(String, BsonValue) 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,
params BsonValue[] args
)
Parameters
- predicate String
-
- args BsonValue
-
Return Value
Int32
See Also