Property value queries (also called literal comparison queries) return those records that have a property whose value on the records is equal to a specified literal value.

The syntax for this type of query is:

collection()/record[propertyName = literalValue]

where:

Because it is a predicate, the expression must be enclosed within square brackets. Expressions can be nested.

Note that you can use one of the negation operators described in the "Negation operators" topic.


Copyright © Legal Notices