Click or drag to resize

ILiteCollectionTFindById Method

Find a document using Document Id. 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 FindById(
	BsonValue id
)

Parameters

id  BsonValue
 

Return Value

T
See Also