VistaDB 6
VistaDB Namespace / TriggerAction Enumeration


TriggerAction Enumeration
Event to fire table level trigger. Used by the VistaDB.TriggerContext class to indicate what action fired the trigger.
Syntax
'Declaration
 
Public Enum TriggerAction 
   Inherits System.Enum
 
'Usage
 
Dim instance As TriggerAction
Members
MemberDescription
AfterDeleteA DELETE statement was executed
AfterInsertAn INSERT statement was executed
AfterUpdateAn UPDATE statement was executed
Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         VistaDB.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