Click or drag to resize

ILiteCollectionTFind(BsonExpression, Int32, Int32) Method

Find documents inside a collection using predicate expression.

Namespace: Internal.LiteDB
Assembly: NeoAxis.Core (in NeoAxis.Core.dll) Version: 2026.1.1.0 (2026.1.1.0)
Syntax
C#
IEnumerable<T> Find(
	BsonExpression predicate,
	int skip = 0,
	int limit = 2147483647
)

Parameters

predicate  BsonExpression
 
skip  Int32  (Optional)
 
limit  Int32  (Optional)
 

Return Value

IEnumerableT
See Also