DoesNotContainValues Function

Query function that evaluates whether the choices column does not contain 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
Edm.String False False

Syntax Example

?$filter=Microsoft.Dynamics.CRM.DoesNotContainValues(PropertyName=@p1,PropertyValues=@p2)&@p1='name'&@p2=['value','value']

See also