ConditionExpression Members
Applies To: Microsoft Dynamics CRM 2013, Microsoft Dynamics CRM Online
Contains a condition expression used to filter the results of the query.
The following tables list the members exposed by the ConditionExpression type.
Public Constructors
Name | Description | |
---|---|---|
ConditionExpression | Overloaded. Initializes a new instance of the ConditionExpression class. |
Top
Public Properties
Name | Description | |
---|---|---|
AttributeName | Gets or sets the logical name of the attribute in the condition expression. | |
EntityName | Gets or sets the entity name for the condition. | |
ExtensionData | Gets or sets the structure that contains extra data. | |
Operator | Gets or sets the condition operator. | |
Values | Gets or sets the values for the attribute. |
Top
Public Methods
(see also Protected Methods)
Name | Description | |
---|---|---|
Equals | (inherited from Object) | |
GetHashCode | (inherited from Object) | |
GetType | (inherited from Object) | |
ToString | (inherited from Object) |
Top
Protected Methods
Name | Description | |
---|---|---|
Finalize | (inherited from Object) | |
MemberwiseClone | (inherited from Object) |
Top
See Also
Reference
ConditionExpression Class
Microsoft.Xrm.Sdk.Query Namespace
Conditions
Other Resources
Build Queries with QueryExpression
Send comments about this topic to Microsoft.
© 2013 Microsoft Corporation. All rights reserved.