Occurs before changes in this Context are persisted into the DataDomain and after all BeforeUpdateObject events for the DataDomain have been fired.
Signals that the changes in this Context are about to be persisted into the DataDomain. This event occurs once for each DataDomain containing persistent objects that have been modified in this Context after all BeforeUpdateObject events for the DataDomain have been fired. The sender parameter of the event handler receives the Context being updated.
The Context that raises the event will automatically become the active Context in the calling thread for the duration of the call. This ensures that any unbound proxies used in the event handlers are resolved from the relevant Context. When the events have been successfully processed, the context stack of the calling thread is restored to its previous state.
Namespace: TechTalk.Genome
Assembly: TechTalk.Genome (in TechTalk.Genome.dll)
Version: 4.2.4.4
Editions: Professional, Evaluation, Express