Changes between Initial Version and Version 1 of SemanticQuery/RecordEntity


Ignore:
Timestamp:
Feb 20, 2012, 8:15:22 AM (12 years ago)
Author:
manualwiki
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • SemanticQuery/RecordEntity

    v1 v1  
     1= Record entity = 
     2 
     3Records 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 
     19There is only one record property: 
     20* {{{name}}} (''atom, string''): gives the record's name.