Click or drag to resize

LiteCollectionTFindOne(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#
public T FindOne(
	Query query
)

Parameters

query  Query
 

Return Value

T

Implements

ILiteCollectionTFindOne(Query)
See Also