dotConnect for PostgreSQL Documentation
Devart.Common Namespace / DbStatementExecuteEventArgs Class / StatementStatus Property

In This Topic
    StatementStatus Property
    In This Topic
    Determines status of the statement and script execution.
    Syntax
    'Declaration
     
    Public Property StatementStatus As SqlStatementStatus
    public SqlStatementStatus StatementStatus {get; set;}

    Property Value

    One of the SqlStatementStatus values. The default value is SqlStatementStatus.Continue.
    Remarks
    By setting this property you can control what should be done with the statement.
    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