dotConnect for PostgreSQL Documentation
Devart.Common Namespace / ScriptProgressEventArgs Class / StatementType Property

On this page
    StatementType Property (ScriptProgressEventArgs)
    On this page
    Gets type of the statement that is executed.
    Syntax
    'Declaration
     
    Public ReadOnly Property StatementType As SqlStatementType
    public SqlStatementType StatementType {get;}

    Property Value

    One of the SqlStatementType values.
    See Also