Click or drag to resize

BetweenExpression Properties

The BetweenExpression type exposes the following members.

Properties
  NameDescription
Public propertyChildren
Returns the list of sub-expressions to the current expression.
(Inherited from ExpressionBase.)
Public propertyIsHighEndpointIncluded
True if the high endpoint is included.
Public propertyIsLowEndpointIncluded
True if the low endpoint is included.
Public propertyIsNotBetween
Returns true for not-between, or false for between range.
Public propertyPrecedence (Overrides ExpressionBasePrecedence.)
Public propertyTreeObjectName (Inherited from ExpressionBase.)
Top
See Also