Click or drag to resize

RecordIdType(Boolean) Constructor

Linkar Framework .NET (Core and Framework)


Constructor accepts options for generating Custom item IDs.

Namespace: Linkar.Functions
Assembly: Linkar.Functions (in Linkar.Functions.dll) Version: 2.3.1
Syntax
public RecordIdType(
	bool custom
)

Parameters

custom  Boolean
If true, item IDs are generated by SUB.LK.MAIN.NEWRECOVERRECORDID.CUSTOM. If false, no ID generation technique will be used, IDs must be supplied in the New operations.
See Also