Click or drag to resize

ILiteCollectionTFindAll 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#
IEnumerable<T> FindAll()

Return Value

IEnumerableT
See Also