Version 1 (modified by manualwiki, 13 years ago) (diff) |
---|
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
After the name of the selector between parentheses you can find the type of the elements in the resulted set.
- 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.
Properties
Record fields also have only one property:
- name (atom, string): returns the name of the field.