LogicalOperator Enum
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 the possible values for an operator in a FilterExpression.
public enum class LogicalOperator
[System.Runtime.Serialization.DataContract(Name="LogicalOperator", Namespace="http://schemas.microsoft.com/xrm/2011/Contracts")]
public enum LogicalOperator
[<System.Runtime.Serialization.DataContract(Name="LogicalOperator", Namespace="http://schemas.microsoft.com/xrm/2011/Contracts")>]
type LogicalOperator =
Public Enum LogicalOperator
- Inheritance
-
LogicalOperator
- Attributes
Fields
Name | Value | Description |
---|---|---|
And | 0 | A logical |
Or | 1 | A logical |