dotConnect for MySQL 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
 

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.
See Also