| 1 | = Record field entity = |
| 2 | |
| 3 | The record field entity provides access to the field-specific information of each record. |
| 4 | |
| 5 | == Initial selector == |
| 6 | * {{{@recfield}}}: record field related queries can be started with this selector to get the current record field. |
| 7 | |
| 8 | == Selectors == |
| 9 | |
| 10 | ''After the name of the selector between parentheses you can find the type of the elements in the resulted set.'' |
| 11 | |
| 12 | * {{{refs}}} (''expression''): returns every expression that refers to the given field either by field access, index, or record update. |
| 13 | * {{{record}}} (''record''): returns the record which has the particular field. |
| 14 | |
| 15 | == Properties == |
| 16 | |
| 17 | Record fields also have only one property: |
| 18 | * {{{name}}} (''atom, string''): returns the name of the field. |