FilterExpression Class
Updated: November 29, 2016
Applies To: Dynamics 365 (online), Dynamics 365 (on-premises), Dynamics CRM 2016, Dynamics CRM Online
Specifies complex condition and logical filter expressions used for filtering the results of the query.
Assembly: Microsoft.Xrm.Sdk (in Microsoft.Xrm.Sdk.dll)
| Name | Description | |
|---|---|---|
![]() | FilterExpression | Initializes a new instance of the FilterExpression class. |
![]() | FilterExpression | Initializes a new instance of the FilterExpression class. |
| Name | Description | |
|---|---|---|
![]() | AddCondition | Adds a condition to the filter expression setting the condition expression. |
![]() | AddCondition | Adds a condition to the filter expression setting the attribute name, condition operator, and value array. |
![]() | AddCondition | Adds a condition to the filter expression setting the entity name, attribute name, condition operator, and value array. |
![]() | AddFilter | Adds a child filter to the filter expression. |
![]() | AddFilter | Adds a child filter to the filter expression setting the logical operator. |
![]() | Equals | (Inherited from Object.) |
![]() | GetHashCode | (Inherited from Object.) |
![]() | GetType | (Inherited from Object.) |
![]() | ToString | (Inherited from Object.) |
Any public static ( Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
Microsoft Dynamics 365
© 2016 Microsoft. All rights reserved. Copyright

