Public Enum TriggerAction Inherits System.Enum
Dim instance As TriggerAction
public enum TriggerAction : System.Enum
public enum class TriggerAction : public System.Enum
Public Enum TriggerAction Inherits System.Enum
Dim instance As TriggerAction
public enum TriggerAction : System.Enum
public enum class TriggerAction : public System.Enum
Member | Description |
---|---|
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 |
System.Object
System.ValueType
System.Enum
KellermanSoftware.NinjaDatabasePro.TriggerAction
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