ILiteCollectionTFindOne(BsonExpression, BsonValue) Method |
Find the first document using predicate expression. Returns null if not found
Namespace: Internal.LiteDBAssembly: NeoAxis.Core (in NeoAxis.Core.dll) Version: 2026.1.1.0 (2026.1.1.0)
SyntaxT FindOne(
BsonExpression predicate,
params BsonValue[] args
)
Parameters
- predicate BsonExpression
-
- args BsonValue
-
Return Value
T
See Also