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

On this page
    Text Property (DbStatementExecuteEventArgs)
    On this page
    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