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.
Specifies the logical operator that is used to join multiple business rule conditions.
public enum class LogicalOperator
[System.Runtime.Serialization.DataContract(Name="LogicalOperator", Namespace="http://schemas.microsoft.com/sqlserver/masterdataservices/2009/09")]
public enum LogicalOperator
[<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 | Not specified |
And | 1 | AND operator |
Or | 2 | OR operator |
Not | 3 | NOT operator |
Remarks
The LogicalOperator simple type specifies the logical operator that is used to join multiple business rule conditions.