> 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.aboveorequal.md).

# WhereClause.aboveOrEqual()

#### Syntax

```javascript
table.where(indexOrPrimKey).aboveOrEqual(lowerBound)
```

#### Parameters

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

#### Return Value

Collection
