@loopback/docs
Version:
Documentation files rendered at [https://loopback.io](https://loopback.io)
81 lines (41 loc) • 1.1 kB
Markdown
---
lang: en
title: 'API docs: filter.wherebuilder.gte'
keywords: LoopBack 4.0, LoopBack 4, Node.js, TypeScript, OpenAPI
sidebar: lb4_sidebar
editurl: https://github.com/loopbackio/loopback-next/tree/master/packages/filter
permalink: /doc/en/lb4/apidocs.filter.wherebuilder.gte.html
---
<!-- Do not edit this file. It is automatically generated by API Documenter. -->
[Home](./index.md) > [@loopback/filter](./filter.md) > [WhereBuilder](./filter.wherebuilder.md) > [gte](./filter.wherebuilder.gte.md)
## WhereBuilder.gte() method
Add a `>=` condition
**Signature:**
```typescript
gte<K extends KeyOf<MT>>(key: K, val: MT[K]): this;
```
## Parameters
<table><thead><tr><th>
Parameter
</th><th>
Type
</th><th>
Description
</th></tr></thead>
<tbody><tr><td markdown="1">
key
</td><td markdown="1">
K
</td><td markdown="1">
Property name
</td></tr>
<tr><td markdown="1">
val
</td><td markdown="1">
MT\[K\]
</td><td markdown="1">
Property value
</td></tr>
</tbody></table>
**Returns:**
this