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