Difference between revisions of "Glossary:Dot notation"
Jump to navigation
Jump to search
m (3 revisions imported) |
m (Admin moved page Dot notation to Glossary:Dot notation without leaving a redirect: New namespace) |
(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.