[]
Represents an expression type with a boolean constant value as the expression.
public class BooleanExpression : ConstantExpression
Public Class BooleanExpression
Inherits ConstantExpression
Name | Description |
---|---|
BooleanExpression(bool) | Creates a new expression with a boolean constant value. |
Name | Description |
---|---|
BooleanValue | Gets the boolean value as a boolean. |
Value | Gets the boolean value as an object. |