dotConnect for SQLite Documentation
Devart.Common Namespace / ScriptErrorEventArgs Class / StatementType Property

On this page
    StatementType Property (ScriptErrorEventArgs)
    On this page
    Gets type of the statement that caused an error.
    Syntax
    'Declaration
     
    Public ReadOnly Property StatementType As SqlStatementType
    public SqlStatementType StatementType {get;}

    Property Value

    One of the SqlStatementType values.
    See Also