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; }
Public Property NotifyBeforeCommit As Action(Of SessionBase)
Get
Set
public:
property Action<SessionBase^>^ NotifyBeforeCommit {
Action<SessionBase^>^ get ();
void set (Action<SessionBase^>^ value);
}
member NotifyBeforeCommit : Action<SessionBase> with get, set
Property Value
Type:
ActionSessionBaseSee Also