ContainValues Function
Query function that evaluates whether the choices column contains the values.
Parameters
Parameters allow for data to be passed to the query function.
Name | Type | Nullable | Unicode | Description |
---|---|---|---|---|
PropertyName
|
Edm.String | False | False | The choices column to evaluate. |
PropertyValues
|
Collection( Edm.String ) | False | False | The choice values to evaluate. |
Syntax example
?$filter=Microsoft.Dynamics.CRM.ContainValues(PropertyName=@p1,PropertyValues=@p2)&@p1='name'&@p2=['value','value']