ComparisonExpression Properties

The ComparisonExpression type exposes the following members.

Properties

 

Name

Description

Public property

ExpressionType

The type of the Expression

(Inherited from Expression.)

Public property

LeftValue

The "Left" Value

Public property

Operator

The ComparisonOperator used in the ComparisonExpression

Public property

ParentExpression

The Expression's parent Expression Will be set to NULL if the Expression is the RootExpression

(Inherited from Expression.)

Public property

RightValue

The "Right" Value

See

ComparisonExpression Class

Scribe.Core.ConnectorApi Namespace