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

In This Topic
StatementType Property (ScriptErrorEventArgs)
In This Topic
Gets type of the statement that caused an error.
Syntax
'Declaration
 
Public ReadOnly Property StatementType As SqlStatementType
 

Property Value

One of the SqlStatementType values.
See Also