This class is composed by 5 boolean properties. These are its properties and their meaning:
•Calculated: when its value is established to true, the Read function returns calculated fields and the names of the calculated fields dictionaries
•Conversion: when its value is established to true, the conversions that are defined in each of the field dictionaries are applied before returning the record fields to the client.
•FormatSpec: when its value is established to true, the format specifications defined in each of the field dictionaries are applied before returning the record fields to the client.
•OriginalRecords: when its value is established to true, a copy of the recently created record is added. This copy can be saved to be used afterwards in a new Update or Delete operation with the Optimistic Lock features
•Dictionaries: when its value is established to true, a copy of the dictionaries definitions is returned.
| calculated | boolean | false | return the resulting values from the calculated dictionaries. 
 | 
| conversion | boolean | false | execute the defined conversions in the dictionaries before returning. 
 | 
| formatSpec | boolean | false | execute the defined formats in the dictionaries before returning. 
 | 
| originalRecords | boolean | false | return a copy of the records in MV format. 
 |