dotConnect for PostgreSQL Documentation
Devart.Data.PostgreSql Namespace / RestoreProgressEventArgs Class / Text Property

In This Topic
    Text Property (RestoreProgressEventArgs)
    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 that is about to be executed.
    See Also