Page Contents
Home > @loopback/filter > WhereBuilder > inq
WhereBuilder.inq() method
Add a inq condition
Signature:
inq<K extends KeyOf<MT>>(key: K, val: MT[K][]): this;
Parameters
| Parameter | Type | Description |
|---|---|---|
|
key |
K |
Property name |
|
val |
MT[K][] |
An array of property values |
Returns:
this