Record field entity
The record field entity provides access to the field-specific information of each record.
Initial selector
- @recfield: record field related queries can be started with this selector to get the current record field.
Selectors
In parentheses you find the type of the result elements.
- refs (expression): returns every expression that refers to the given field either by field access, index, or record update.
- record (record): returns the record which has the particular field.
- type (type): The type or type expression of the given record field.
Properties
Record fields also have only one property:
- name (atom): returns the name of the field.
Last modified 10 years ago
Last modified on Feb 27, 2015, 1:58:31 PM