Click or drag to resize

LiteCollectionTFindOne(ExpressionFuncT, Boolean) Method

Find the first document using predicate expression. 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(
	Expression<Func<T, bool>> predicate
)

Parameters

predicate  ExpressionFuncT, Boolean
 

Return Value

T

Implements

ILiteCollectionTFindOne(ExpressionFuncT, Boolean)
See Also