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
SyntaxIQuery Skip(
ulong skip
)
Parameters
- skip
- Type: SystemUInt64
The number of items to skip before returning data
Return Value
Type:
IQueryThe query object for further processing
See Also