Click or drag to resize

NewOptions(RecordIdType, Boolean, Boolean, Boolean, Boolean, Boolean) Constructor

Linkar Framework .NET (Core and Framework)


Initializes a new instance of the NewOptions class.

Namespace: Linkar.Functions
Assembly: Linkar.Functions (in Linkar.Functions.dll) Version: 2.3.1
Syntax
public NewOptions(
	RecordIdType recordIdType,
	bool readAfter = false,
	bool calculated = false,
	bool conversion = false,
	bool formatSpec = false,
	bool originalRecords = false
)

Parameters

recordIdType  RecordIdType
Specifies the technique for generating item IDs. Mandatory if no registration codes are indicated in the New functions.
readAfter  Boolean  (Optional)
Reads the record again and returns it after the update. Calculated, conversion, formatSpec and originalRecords will only be applied if this option is true.
calculated  Boolean  (Optional)
Return the resulting values from the calculated dictionaries.
conversion  Boolean  (Optional)
Execute the defined conversions in the dictionaries before returning.
formatSpec  Boolean  (Optional)
Execute the defined formats in the dictionaries before returning.
originalRecords  Boolean  (Optional)
Return a copy of the records in MV format.
See Also