Click or drag to resize

DeleteOptions Constructor (Boolean, RecoverIdType)

Initializes a new instance of the DeleteOptions class

Namespace:  LinkarCommon
Assembly:  LinkarClientCOM (in LinkarClientCOM.dll) Version: 2.1.0.0 (2.1.0.0)
Syntax
public DeleteOptions(
	bool optimisticLockControl,
	RecoverIdType recoverIdType = null
)

Parameters

optimisticLockControl
Type: SystemBoolean
In the execution of the Delete function, before updating the record, checks out if the record has not been modified by other user.
recoverIdType (Optional)
Type: LinkarCommonRecoverIdType
Specifies the different recovery techniques of deleted codes.
See Also