Click or drag to resize

ILiteCollectionTFindOne(Query) Method

Find the first document using defined query structure. Returns null if not found

Namespace: Internal.LiteDB
Assembly: NeoAxis.Core (in NeoAxis.Core.dll) Version: 2026.1.1.0 (2026.1.1.0)
Syntax
C#
T FindOne(
	Query query
)

Parameters

query  Query
 

Return Value

T
See Also