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

WhereClause.belowOrEqual()

Syntax

table.where(indexOrPrimKey).belowOrEqual(upperBound)

Parameters

indexOrPrimKey: StringName of an index or primary key registered in Version.stores()
upperBoundUpper bound

Return Value

Collection

Table of Contents