Click or drag to resize

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

Return Value

IEnumerableT

Implements

ILiteCollectionTFindAll
See Also