ServerClientSessionBeginUpdate Method  | 
 
            Transaction control, begin an update transaction.
            
 
    Namespace: 
   VelocityDb.Session
    Assembly:
   VelocityDb (in VelocityDb.dll) Version: 11.1.0.0 (11.1)
Syntaxpublic override SessionBaseTransaction BeginUpdate(
	bool doRecoveryCheck = true
)
Public Overrides Function BeginUpdate ( 
	Optional doRecoveryCheck As Boolean = true
) As SessionBaseTransaction
public:
virtual SessionBaseTransaction^ BeginUpdate(
	bool doRecoveryCheck = true
) override
abstract BeginUpdate : 
        ?doRecoveryCheck : bool 
(* Defaults:
        let _doRecoveryCheck = defaultArg doRecoveryCheck true
*)
-> SessionBaseTransaction 
override BeginUpdate : 
        ?doRecoveryCheck : bool 
(* Defaults:
        let _doRecoveryCheck = defaultArg doRecoveryCheck true
*)
-> SessionBaseTransaction Parameters
- doRecoveryCheck (Optional)
 - Type: SystemBoolean
Set to false only when moving system databases to a new directory 
Return Value
Type: 
SessionBaseTransactionA 
SessionBaseTransaction helper object.
See Also