Skip to content

Instance Method

range(lower:upper:)

Limits the results of this query to the specified range.
@discardableResult func range(lower: Int = 0, upper: Int? = nil) -> Self

Parameters

lower

Amount to offset the query by.

upper

upper - lower = maximum results.

Return Value

Query builder for chaining.