Ninja Database Pro
TriggerAction Enumeration



KellermanSoftware.NinjaDatabasePro Namespace : TriggerAction Enumeration
Determines when a trigger runs
Syntax
Public Enum TriggerAction 
   Inherits System.Enum
Dim instance As TriggerAction
public enum TriggerAction : System.Enum 
public enum class TriggerAction : public System.Enum 
Members
MemberDescription
AfterDelete The trigger is executed after a delete
AfterInsert The trigger is executed after an insert
AfterUpdate The trigger is executed after an update
BeforeInsert The trigger is executed before an insert
BeforeUpdate The trigger is executed before an update
Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         KellermanSoftware.NinjaDatabasePro.TriggerAction

Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

KellermanSoftware.NinjaDatabasePro Namespace