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: 11.1.0.0 (11.1)
Syntax
public Action<SessionBase> NotifyBeforeCommit { get; set; }

Property Value

Type: ActionSessionBase
See Also