NeoAxis Documentation
NeoAxis Documentation
API Reference
Internal.LiteDB
ILiteCollection<T> Interface
ILiteCollection<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
ILite
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
bool
Delete
(
BsonValue
id
)
Parameters
id
BsonValue
Return Value
Boolean
See Also
Reference
ILiteCollection
T
Interface
Internal.LiteDB Namespace
Copyright 2026 NeoAxis Group. All rights reserved.