Click or drag to resize

SessionBaseNotifyBeforeCommit Property

Set to an Action of your choice if you want to get notified right before commit of an update transaction.

Namespace:  VelocityDb.Session
Assembly:  VelocityDb (in VelocityDb.dll) Version: 8.2.1.0 (8.2.1)
Syntax
public Action<SessionBase> NotifyBeforeCommit { get; set; }

Property Value

Type: ActionSessionBase
See Also