Click or drag to resize

UpdateOptions Properties

Linkar Framework .NET (Core and Framework)


The UpdateOptions type exposes the following members.

Properties
 NameDescription
Public propertyCalculated Returns the resulting values from the calculated dictionaries.
Public propertyConversion Executes the defined conversions in the dictionaries before returning.
Public propertyFormatSpec Executes the defined formats in the dictionaries before returning.
Public propertyOptimisticLockControl Checks out if the file has not been modified by other user.
Public propertyOriginalRecords Returns a copy of the records in MV format.
Public propertyReadAfter Reads the record again and returns it after the update. Calculated, Conversion, FormatSpec and OriginalRecords will only make effect if this option is true.
Top
See Also