> For the complete documentation index, see [llms.txt](https://dexiejs.typogram.co/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://dexiejs.typogram.co/whereclause/whereclause.beloworequal.md).

# WhereClause.belowOrEqual()

#### Syntax

```javascript
table.where(indexOrPrimKey).belowOrEqual(upperBound)
```

#### Parameters

| indexOrPrimKey: String | Name of an index or primary key registered in Version.stores() |
| ---------------------- | -------------------------------------------------------------- |
| upperBound             | Upper bound                                                    |

#### Return Value

Collection
