Contains Function
Query function that evaluates whether the string contains the specified string.
Parameters
Parameters allow for data to be passed to the query function.
Name | Type | Nullable | Unicode | Description |
---|---|---|---|---|
PropertyName
|
Edm.String | False | False | The string to evaluate. |
PropertyValue
|
Edm.String | False | False | The value of the string. |
Syntax Example
?$filter=Microsoft.Dynamics.CRM.Contains(PropertyName=@p1,PropertyValue=@p2)&@p1='name'&@p2='value'