Versions Compared

Key

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

...

expression element

description

example

static text

Static text in expression

'hello'

#

This operator indicates usage of field name

"#userName"

+

This operator concats two subexpressions

"#userName + '(' + #userLogin + ')'"

[ and ]

Use it when you want to get one of fields of corresponding entity (see ModelDefinitionOverview- belongsTo field)

"#product['name']"