A conditional expression, sometimes called a Boolean expression,
represents the relationship between two value expressions. A
conditional expression returns a value of true, false, or null
(missing).
Conditional expressions consist of value expressions and
relational or logical operators.
You can use conditional expressions in CDO as objects for the
WITH clause or VALID IF clause of the record selection expression
or the VALID IF clause in field definitions.