Click or drag to resize

LiteCollectionTDelete 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#
public bool Delete(
	BsonValue id
)

Parameters

id  BsonValue
 

Return Value

Boolean

Implements

ILiteCollectionTDelete(BsonValue)
See Also