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.
Joins multiple business rule conditions.
public enum class LogicalOperator
[System.CodeDom.Compiler.GeneratedCode("System.Runtime.Serialization", "4.0.0.0")]
[System.Runtime.Serialization.DataContract(Name="LogicalOperator", Namespace="http://schemas.microsoft.com/sqlserver/masterdataservices/2009/09")]
public enum LogicalOperator
[<System.CodeDom.Compiler.GeneratedCode("System.Runtime.Serialization", "4.0.0.0")>]
[<System.Runtime.Serialization.DataContract(Name="LogicalOperator", Namespace="http://schemas.microsoft.com/sqlserver/masterdataservices/2009/09")>]
type LogicalOperator =
Public Enum LogicalOperator
- Inheritance
-
LogicalOperator
- Attributes
Fields
Name | Value | Description |
---|---|---|
NotSpecified | 0 | Operator not specified. |
And | 1 | Logical AND operator. |
Or | 2 | Logical OR operator. |