Click or drag to resize
LogicalExpression Properties

The LogicalExpression type exposes the following members.

Properties
  NameDescription
Public propertyCodeType
Gets the type of the expression.
(Overrides ExpressionCodeType.)
Public propertyIsChild
Gets value that indicates that the current is a child expression.
Public propertyLeft
Gets the left expression.
Public propertyOperator
Gets the operator joining the left and right expression.
Public propertyRight
Gets the right exprssison.
Top
See Also