NeoAxis Documentation
NeoAxis Documentation
API Reference
Internal.LiteDB
LiteCollection<T> Class
LiteCollection<T> Methods
Count Method
Delete Method
DeleteAll Method
DeleteMany Method
DropIndex Method
EnsureIndex Method
Exists Method
Find Method
FindAll Method
FindById Method
FindOne Method
Include Method
Insert Method
InsertBulk Method
LongCount Method
Max Method
Min Method
Query Method
Update Method
UpdateMany Method
Upsert Method
Lite
Collection
T
Delete 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#
Copy
public
bool
Delete
(
BsonValue
id
)
Parameters
id
BsonValue
Return Value
Boolean
Implements
ILiteCollection
T
Delete(BsonValue)
See Also
Reference
LiteCollection
T
Class
Internal.LiteDB Namespace
Copyright 2026 NeoAxis Group. All rights reserved.