dotConnect for MySQL Documentation
Devart.Common Namespace / DbStatementExecuteEventArgs Class / StatementType Property

In This Topic
StatementType Property (DbStatementExecuteEventArgs)
In This Topic
Gets type of the statement.
Syntax
'Declaration
 
Public ReadOnly Property StatementType As SqlStatementType
 

Property Value

One of the SqlStatementType values.
See Also