whereQuery.isin
Signature
whereQuery.isin(field, value)
Description
Adds a condition that a field must be in a set of values.
Return Type
Parameters
Parameter Name | Type | Description |
---|---|---|
field |
string | Field name. |
value |
Array | An array of the values that the field should be in. |