Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

UI Expand
titleExamples


Parser expressionDescription


Code Block
languagebash
linenumberstrue
projects in projectsWhereNumberProperty( maximumNumberOfTryOuts, ">", 3 )


This example returns a list of projects where the Number of tryouts is bigger than 3.


Code Block
languagebash
linenumberstrue
projects in projectsWhereNumberProperty( numberOfLevels, "=", 5 )


This example returns a list of projects where the number of levels is equal to 5.


...