dotConnect for MySQL Documentation
Devart.Data.MySql Namespace / MySqlStatementExecuteEventArgs Class / MySqlStatementType Property

In This Topic
    MySqlStatementType Property
    In This Topic
    Gets type of SQL statement.
    Syntax
    'Declaration
     
    Public ReadOnly Property MySqlStatementType As MySqlStatementType
    public MySqlStatementType MySqlStatementType {get;}

    Property Value

    One of the MySqlStatementType values.
    See Also