Click or drag to resize

LiteCollectionTDeleteMany(BsonExpression) 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(
	BsonExpression predicate
)

Parameters

predicate  BsonExpression
 

Return Value

Int32

Implements

ILiteCollectionTDeleteMany(BsonExpression)
See Also