Click or drag to resize

SessionBase.BeginUpdate Method

Transaction control, begin an update transaction.

Namespace:  VelocityDb.Session
Assembly:  VelocityDb (in VelocityDb.dll) Version: 8.2.1.0 (8.2.1)
Syntax
public SessionBase.Transaction BeginUpdate()

Return Value

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