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

In This Topic
    Text Property (DbStatementExecuteEventArgs)
    In This Topic
    Gets the SQL statement that is about to be executed.
    Syntax
    'Declaration
     
    Public ReadOnly Property Text As String
    public string Text {get;}

    Property Value

    The SQL statement to be executed.
    See Also