NeoAxis Documentation
NeoAxis Documentation
API Reference
Internal.LiteDB
ILiteRepository Interface
ILiteRepository Methods
FirstOrDefault Method
FirstOrDefault<T>(BsonExpression, String) Method
FirstOrDefault<T>(Expression<Func<T, Boolean>>, String) Method
ILite
Repository
First
Or
Default Method
Overload List
Name
Description
FirstOrDefault
T
(BsonExpression, String)
Execute Query[T].Where(predicate).FirstOrDefault();
FirstOrDefault
T
(Expression
Func
T, Boolean
, String)
Execute Query[T].Where(predicate).FirstOrDefault();
Top
See Also
Reference
ILiteRepository Interface
Internal.LiteDB Namespace
Copyright 2026 NeoAxis Group. All rights reserved.