Click or drag to resize

IQuerySkip Method

Skips the first given number of items in the query

Namespace:  Couchbase.Lite.Query
Assembly:  Couchbase.Lite (in Couchbase.Lite.dll) Version: 2.0.0-b0056
Syntax
C#
IQuery Skip(
	ulong skip
)

Parameters

skip
Type: SystemUInt64
The number of items to skip before returning data

Return Value

Type: IQuery
The query object for further processing
See Also