Click or drag to resize

SessionBase.BeginUpdate Method (Boolean)

Transaction control, begin an update transaction.

Namespace:  VelocityDb.Session
Assembly:  VelocityDb (in VelocityDb.dll) Version: 11.1.0.0 (11.1)
Syntax
public virtual SessionBase.Transaction BeginUpdate(
	bool doRecoveryCheck
)

Parameters

doRecoveryCheck
Type: System.Boolean
Set to false only when moving system databases to a new directory

Return Value

Type: SessionBase.Transaction
A SessionBase.Transaction helper object.
See Also