Skip to content

Instance Method

offset(_:)

Adds a OFFSET clause to the query. If called more than once, the last call wins.
@discardableResult func offset(_ n: Int?) -> Self

Parameters

n

Optional offset. If nil, any existing offset is removed. The value may not be negative.

Return Value

self for chaining.