Click or drag to resize

ILiteCollectionTDelete Method

Delete a single document on collection based on _id index. Returns true if document was deleted

Namespace: Internal.LiteDB
Assembly: NeoAxis.Core (in NeoAxis.Core.dll) Version: 2026.1.1.0 (2026.1.1.0)
Syntax
C#
bool Delete(
	BsonValue id
)

Parameters

id  BsonValue
 

Return Value

Boolean
See Also