VistaDB 6
VistaDB Namespace / VistaDBContext.SQLChannel Class / TriggerContext Property


In This Topic
    TriggerContext Property (VistaDBContext.SQLChannel)
    In This Topic
    Provides contextual information about the trigger that was fired.
    Syntax
    'Declaration
     
    
    Public Shared ReadOnly Property TriggerContext As TriggerContext
    'Usage
     
    
    Dim value As TriggerContext
     
    value = VistaDBContext.SQLChannel.TriggerContext
    public static TriggerContext TriggerContext {get;}
    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