BooleanBinaryExpressionType Enum

Definition

The types of boolean expressions that have two expressions as children.

[System.Serializable]
public enum BooleanBinaryExpressionType
[<System.Serializable>]
type BooleanBinaryExpressionType = 
Public Enum BooleanBinaryExpressionType
Inheritance
BooleanBinaryExpressionType
Attributes

Fields

And 0

The AND keyword, boolean and operation

Or 1

The OR keyword, boolean or operation

Applies to