Changes between Initial Version and Version 1 of SemanticQuery/RecordFieldEntity


Ignore:
Timestamp:
Feb 20, 2012, 8:17:20 AM (13 years ago)
Author:
manualwiki
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • SemanticQuery/RecordFieldEntity

    v1 v1  
     1= Record field entity = 
     2 
     3The 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 
     17Record fields also have only one property: 
     18* {{{name}}} (''atom, string''): returns the name of the field.