NotBetween Function
Query function to evaluate whether the value is not between two values.
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.NotBetween(PropertyName=@p1,PropertyValues=@p2)&@p1='name'&@p2=['value','value']