| 1 | = Record entity = |
| 2 | |
| 3 | Records are represented with record entities, which provide access to record information. |
| 4 | |
| 5 | == Initial selector == |
| 6 | |
| 7 | * {{{@rec}}} to start a query on the currently selected record, use this selector. |
| 8 | |
| 9 | == Selectors == |
| 10 | |
| 11 | ''After the name of the selector between parentheses you can find the type of the elements in the resulted set.'' |
| 12 | |
| 13 | * {{{refs}}} (''expression''): returns the set of expression entities that refer to the record either by field access, record update or field index. |
| 14 | * {{{fields}}} (''field''): returns the list of fields of a particular record. |
| 15 | * {{{file}}} (''file''): returns the file entity that the record is defined in. |
| 16 | |
| 17 | == Properties == |
| 18 | |
| 19 | There is only one record property: |
| 20 | * {{{name}}} (''atom, string''): gives the record's name. |