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

In This Topic
    Text Property (ScriptProgressEventArgs)
    In This Topic
    Gets SQL statement that has been executed.
    Syntax
    'Declaration
     
    Public ReadOnly Property Text As String
    public string Text {get;}

    Property Value

    SQL statement.
    See Also