This is an archive of the old site. Visit the latest version at dexie.org.

Collection.limit()

Syntax

collection.limit(count)

Parameters

count: NumberNumber of items to limit the results with

Return Value

This Collection instance (this)

See Also

Collection.offset()

Collection.until()

Table of Contents