Click or drag to resize

DeleteOptionsInitializeProperties Method

Initializes the properties of the object. To use after building the object with the constructor without arguments.

Namespace:  LinkarCommon
Assembly:  LinkarClientCOM (in LinkarClientCOM.dll) Version: 2.1.0.0 (2.1.0.0)
Syntax
public void InitializeProperties(
	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