SessionNoServerSharedBeginUpdate 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
)
Public Overrides Function BeginUpdate ( 
	doRecoveryCheck As Boolean
) As SessionBaseTransaction
public:
virtual SessionBaseTransaction^ BeginUpdate(
	bool doRecoveryCheck
) override
abstract BeginUpdate : 
        doRecoveryCheck : bool -> SessionBaseTransaction 
override BeginUpdate : 
        doRecoveryCheck : bool -> SessionBaseTransaction Parameters
- doRecoveryCheck
 - Type: SystemBoolean
Set to false only when moving system databases to a new directory 
Return Value
Type: 
SessionBaseTransactionA 
SessionBaseTransaction helper object.
See Also