Click or drag to resize

ILiteCollectionTFind(Query, Int32, Int32) Method

Find documents inside a collection using query definition.

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

Parameters

query  Query
 
skip  Int32  (Optional)
 
limit  Int32  (Optional)
 

Return Value

IEnumerableT
See Also