RightExprFlag property: QueryExpression class

Description

This property specifies whether an expression is used in the right-hand side of a criteria (that is, is it an Expr2 expression), as a Boolean value.

This property is typically used while reading a query to determine whether a Query Expression is used in the right-hand side of criteria. It's not necessary to set this value while saving a query to the database.

Values are:

Value Description

False

Expression is not used in the right-hand side of the criteria

True

Expression is used in the right-hand side of the criteria

This property is read/write.