Changes between Version 2 and Version 3 of SemanticQuery/RecordFieldEntity
- Timestamp:
- Feb 27, 2015, 1:58:31 PM (10 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
SemanticQuery/RecordFieldEntity
v2 v3 12 12 * {{{refs}}} (''expression''): returns every expression that refers to the given field either by field access, index, or record update. 13 13 * {{{record}}} (''record''): returns the record which has the particular field. 14 * {{{type}}} (''type''): The type or type expression of the given record field. 14 15 15 16 == Properties == 16 17 17 18 Record fields also have only one property: 18 * {{{name}}} (''atom , string''): returns the name of the field.19 * {{{name}}} (''atom''): returns the name of the field.