NotIn Function
Query function to evaluate whether the value is not matched to a value in a subquery or a list.
Parameters
Parameters allow for data to be passed to the query function.
| Name | Type | Nullable | Unicode | Description | 
|---|---|---|---|---|
| PropertyName | Edm.String | False | False | The name of the property to evaluate. | 
| PropertyValues | Collection( Edm.String ) | False | False | The values to compare. | 
Syntax example
?$filter=Microsoft.Dynamics.CRM.NotIn(PropertyName=@p1,PropertyValues=@p2)&@p1='name'&@p2=['value','value']