Click or drag to resize

UpdateOptions Class

Linkar Framework for .NET and Core


Object that works as an argument in Update function and defines the function options.
Inheritance Hierarchy
SystemObject
  Linkar.FunctionsUpdateOptions

Namespace: Linkar.Functions
Assembly: Linkar.Functions (in Linkar.Functions.dll) Version: 2.3.1
Syntax
public class UpdateOptions

The UpdateOptions type exposes the following members.

Constructors
 NameDescription
Public methodUpdateOptions Initializes a new instance of the UpdateOptions class.
Public methodUpdateOptions(Boolean, Boolean, Boolean, Boolean, Boolean, Boolean) Initializes a new instance of the UpdateOptions class.
Top
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
Methods
 NameDescription
Public methodEquals
(Inherited from Object)
Protected methodFinalize
(Inherited from Object)
Public methodGetHashCode
(Inherited from Object)
Public methodGetType
(Inherited from Object)
Protected methodMemberwiseClone
(Inherited from Object)
Public methodToString Composes the Update options string for processing through LinkarSERVER to the database.
(Overrides ObjectToString)
Top
See Also