Enum TriggerExecutionTime
An enumeration of trigger execution times that defines when a trigger is executed.
Namespace: TimeCockpit.Data.DataModel.Triggers
Assembly: TimeCockpit.Data.dll
Syntax
[Flags]
public enum TriggerExecutionTime
Fields
Name | Description |
---|---|
OnDelete | Indicates that a trigger should be fired for deleted instances of EntityObject during a Pre-/PostSave |
OnInsert | Indicates that a trigger should be fired for new instances of EntityObject during a Pre-/PostSave |
OnUpdate | Indicates that a trigger should be fired for updated instances of EntityObject during a Pre-/PostSave |