UNPKG

@loopback/docs

Version:
35 lines (22 loc) 800 B
--- lang: en title: 'API docs: repository.wherebuilder.inq' keywords: LoopBack 4.0, LoopBack 4 sidebar: lb4_sidebar permalink: /doc/en/lb4/apidocs.repository.wherebuilder.inq.html --- <!-- Do not edit this file. It is automatically generated by API Documenter. --> [Home](./index.md) &gt; [@loopback/repository](./repository.md) &gt; [WhereBuilder](./repository.wherebuilder.md) &gt; [inq](./repository.wherebuilder.inq.md) ## WhereBuilder.inq() method Add a `inq` condition <b>Signature:</b> ```typescript inq<K extends KeyOf<MT>>(key: K, val: MT[K][]): this; ``` ## Parameters | Parameter | Type | Description | | --- | --- | --- | | key | <code>K</code> | Property name | | val | <code>MT[K][]</code> | An array of property values | <b>Returns:</b> `this`