dotConnect for MySQL Documentation
Devart.Data.MySql Namespace / MySqlStatementExecuteEventArgs Class
Properties

In This Topic
    MySqlStatementExecuteEventArgs Class Members
    In This Topic

    The following tables list the members exposed by MySqlStatementExecuteEventArgs.

    Public Properties
     NameDescription
    Public PropertyGets length of the statement in symbols. (Inherited from Devart.Common.DbStatementExecuteEventArgs)
    Public PropertyGets number of line in the whole script where the statement can be located. (Inherited from Devart.Common.DbStatementExecuteEventArgs)
    Public PropertyGets position of the statement in its line. (Inherited from Devart.Common.DbStatementExecuteEventArgs)
    Public PropertyGets type of SQL statement.  
    Public PropertyGets offset of the statement in the whole script text. (Inherited from Devart.Common.DbStatementExecuteEventArgs)
    Public PropertyGets or sets an MySqlDataReader that represents statement resultset.  
    Public PropertyDetermines status of the statement and script execution. (Inherited from Devart.Common.DbStatementExecuteEventArgs)
    Public PropertyGets type of the statement. (Inherited from Devart.Common.DbStatementExecuteEventArgs)
    Public PropertyGets the SQL statement that is about to be executed. (Inherited from Devart.Common.DbStatementExecuteEventArgs)
    Top
    See Also