| RecoverIdType Constructor (Boolean) |
The technique of recovering deleted Custom type codes will be used.
Namespace:
LinkarCommon
Assemblies:
LinkarClientCore (in LinkarClientCore.dll) Version: 2.1.0.0
LinkarClientMono (in LinkarClientMono.dll) Version: 2.1.0.0 (2.1.0.0)
LinkarClient (in LinkarClient.dll) Version: 2.1.0.0 (2.1.0.0)
Syntax public RecoverIdType(
bool custom
)
Public Sub New (
custom As Boolean
)
public:
RecoverIdType(
bool custom
)
new :
custom : bool -> RecoverIdType
Parameters
- custom
- Type: SystemBoolean
It must have the value "true" so that the recovery of deleted codes is used through the subroutine of the Database SUB.LK.MAIN.RECOVERRECORDID.CUSTOM. If the value is "false", no technique to recover deleted codes will be used.
See Also