dotConnect for DB2 Documentation
Devart.Common Namespace / ScriptErrorEventArgs Class / Text Property

On this page
    Text Property (ScriptErrorEventArgs)
    On this page
    Gets SQL statement where an error occurred.
    Syntax
    'Declaration
     
    Public ReadOnly Property Text As String
    public string Text {get;}

    Property Value

    SQL statement text where an error occurred.
    See Also