Click or drag to resize

LiteQueryableTLimit Method

Return a specified number of contiguous documents from start of resultset

Namespace: Internal.LiteDB
Assembly: NeoAxis.Core (in NeoAxis.Core.dll) Version: 2026.1.1.0 (2026.1.1.0)
Syntax
C#
public ILiteQueryableResult<T> Limit(
	int limit
)

Parameters

limit  Int32
 

Return Value

ILiteQueryableResultT

Implements

ILiteQueryableResultTLimit(Int32)
See Also