Click or drag to resize

ILiteCollectionTFindOne(String, BsonDocument) 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(
	string predicate,
	BsonDocument parameters
)

Parameters

predicate  String
 
parameters  BsonDocument
 

Return Value

T
See Also