Difference between revisions of "Glossary:Dot notation"
Jump to navigation
Jump to search
m (Szal, lukasz moved page Dot Notation to Dot notation) |
m (3 revisions imported) |
(No difference)
|
Revision as of 13:28, 10 December 2020
- 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.