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
Find
All Method
Returns all documents inside collection order by _id index.
Namespace:
Internal.LiteDB
Assembly:
NeoAxis.Core (in NeoAxis.Core.dll) Version: 2026.1.1.0 (2026.1.1.0)
Syntax
C#
Copy
IEnumerable
<T>
FindAll
()
Return Value
IEnumerable
T
See Also
Reference
ILiteCollection
T
Interface
Internal.LiteDB Namespace
Copyright 2026 NeoAxis Group. All rights reserved.