Click or drag to resize

ILiteCollectionTFind(Expression, Void, FuncT, Boolean) Method


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

Parameters

predicate  ExpressionTDelegate
 
skip  Void  (Optional)
 
limit  FuncT, Boolean  (Optional)
 

Return Value

IEnumerableT
See Also