Click or drag to resize

LiteQueryableTOffset Method

Bypasses a specified number of documents in resultset and retun the remaining documents (same as Skip)

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

Parameters

offset  Int32
 

Return Value

ILiteQueryableResultT

Implements

ILiteQueryableResultTOffset(Int32)
See Also