Infix Operator: AND

Description

The AND operator can be used to combine one or more terminal expressions.

Examples

All requirements, with a status a draft, that are assigned to me:

EntityType = Requirement AND Status = Draft AND AssignedTo = Me()

See Also

  • No labels