VistaDB 6
VistaDB.Provider Namespace / VistaDBRowUpdatedEventArgs Class / StatementType Property


In This Topic
    StatementType Property (VistaDBRowUpdatedEventArgs)
    In This Topic
    Gets the type of SQL statement executed.
    Syntax
    'Declaration
     
    
    Public ReadOnly Property StatementType As System.Data.StatementType
    'Usage
     
    
    Dim instance As VistaDBRowUpdatedEventArgs
    Dim value As System.Data.StatementType
     
    value = instance.StatementType
    public System.Data.StatementType StatementType {get;}

    Property Value

    The type of SQL statement executed.
    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