Click or drag to resize

LiteCollectionTDeleteAll Method

Delete all documents inside collection. Returns how many documents was deleted. Run inside current transaction

Namespace: Internal.LiteDB
Assembly: NeoAxis.Core (in NeoAxis.Core.dll) Version: 2026.1.1.0 (2026.1.1.0)
Syntax
C#
public int DeleteAll()

Return Value

Int32

Implements

ILiteCollectionTDeleteAll
See Also