| 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
)
Public Sub InitializeProperties (
optimisticLockControl As Boolean,
Optional recoverIdType As RecoverIdType = Nothing
)
public:
void InitializeProperties(
bool optimisticLockControl,
RecoverIdType^ recoverIdType = nullptr
)
member InitializeProperties :
optimisticLockControl : bool *
?recoverIdType : RecoverIdType
(* Defaults:
let _recoverIdType = defaultArg recoverIdType null
*)
-> unit
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