Difference between revisions of "Glossary:Dot notation"
Jump to navigation
Jump to search
m (Szal, lukasz moved page Dot Notation to Dot notation) |
m (Admin moved page Dot notation to Glossary:Dot notation without leaving a redirect: New namespace) |
(One intermediate revision by the same user not shown) | |
(No difference)
|
Latest revision as of 14:07, 24 March 2021
- Dot Notation, dot notation
- Syntax in an expression that precedes the name of a property with a period. You can use dot notation to reference single-value properties and complex properties.
For example, .CurrentSalary and .Customer.FirstName are both valid user inputs in a field that supports expressions.