Click or drag to resize

ReadAfterCommonOptions Properties

Linkar Framework .NET (Core and Framework)


The ReadAfterCommonOptions type exposes the following members.

Properties
 NameDescription
Public propertyCalculated Returns the resulting values from the calculated dictionaries.
(Inherited from CommonOptions)
Public propertyConversion Executes the defined conversions in the dictionaries before returning.
(Inherited from CommonOptions)
Public propertyFormatSpec Executes the defined formats in the dictionaries before returning.
(Inherited from CommonOptions)
Public propertyOriginalRecords Returns a copy of the records in MV format.
(Inherited from CommonOptions)
Public propertyReadAfter Reads the record again and returns it after the update or new. Calculated, dictionaries, conversion, formatSpec and originalRecords will only make effect if this option is true.
Top
See Also