ConditionExpression Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Contains a condition expression used to filter the results of the query.
public ref class ConditionExpression sealed : System::Runtime::Serialization::IExtensibleDataObject
[System.Runtime.Serialization.DataContract(Name="ConditionExpression", Namespace="http://schemas.microsoft.com/xrm/2011/Contracts")]
public sealed class ConditionExpression : System.Runtime.Serialization.IExtensibleDataObject
[<System.Runtime.Serialization.DataContract(Name="ConditionExpression", Namespace="http://schemas.microsoft.com/xrm/2011/Contracts")>]
type ConditionExpression = class
interface IExtensibleDataObject
Public NotInheritable Class ConditionExpression
Implements IExtensibleDataObject
- Inheritance
-
ConditionExpression
- Attributes
- Implements
Remarks
For more information, see Use the ConditionExpression class.
Constructors
Properties
| AttributeName |
Gets or sets the logical name of the attribute in the condition expression. |
| CompareColumns | |
| 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. |