ILiteCollectionTFind(BsonExpression, Int32, Int32) Method |
Find documents inside a collection using predicate expression.
Namespace: Internal.LiteDBAssembly: NeoAxis.Core (in NeoAxis.Core.dll) Version: 2026.1.1.0 (2026.1.1.0)
SyntaxIEnumerable<T> Find(
BsonExpression predicate,
int skip = 0,
int limit = 2147483647
)
Parameters
- predicate BsonExpression
-
- skip Int32 (Optional)
-
- limit Int32 (Optional)
-
Return Value
IEnumerableT
See Also