Skip to content

Instance Property

limit

If not nil, limits the number of result rows returned. Applies after offset (if specified).
var limit: Int?

Discussion

Although the type of this property is Int, it is invalid to specify a negative value.