Record entity
Records are represented with record entities, which provide access to record information.
Initial selector
- @rec to start a query on the currently selected record, use this selector.
Selectors
In parentheses you find the type of the result elements.
- refs (expression): returns the set of expression entities that refer to the record either by field access, record update or field index.
- fields (field): returns the list of fields of a particular record.
- file (file): returns the file entity that the record is defined in.
Properties
There is only one record property:
- name (atom, string): gives the record's name.
Last modified 13 years ago
Last modified on Apr 19, 2012, 8:56:02 AM