ServerClientSessionShared.BeginUpdate Method |
Transaction control, begin an update transaction.
Namespace:
VelocityDb.Session
Assembly:
VelocityDb (in VelocityDb.dll) Version: 8.2.1.0 (8.2.1)
Syntaxpublic override SessionBase.Transaction BeginUpdate(
bool doRecoveryCheck
)
Public Overrides Function BeginUpdate (
doRecoveryCheck As Boolean
) As SessionBase.Transaction
public:
virtual SessionBase.Transaction^ BeginUpdate(
bool doRecoveryCheck
) override
abstract BeginUpdate :
doRecoveryCheck : bool -> SessionBase.Transaction
override BeginUpdate :
doRecoveryCheck : bool -> SessionBase.Transaction
Parameters
- doRecoveryCheck
- Type: System.Boolean
Set to false only when moving system databases to a new directory
Return Value
Type:
SessionBase.TransactionA
SessionBase.Transaction helper object.
See Also