Click or drag to resize

ILiteCollectionTFindOne(BsonExpression, BsonValue) 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#
T FindOne(
	BsonExpression predicate,
	params BsonValue[] args
)

Parameters

predicate  BsonExpression
 
args  BsonValue
 

Return Value

T
See Also