Click or drag to resize

LiteCollectionTDeleteMany(String, BsonValue) Method

Delete all documents based on predicate expression. Returns how many documents was deleted

Namespace: Internal.LiteDB
Assembly: NeoAxis.Core (in NeoAxis.Core.dll) Version: 2026.1.1.0 (2026.1.1.0)
Syntax
C#
public int DeleteMany(
	string predicate,
	params BsonValue[] args
)

Parameters

predicate  String
 
args  BsonValue
 

Return Value

Int32

Implements

ILiteCollectionTDeleteMany(String, BsonValue)
See Also