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

In This Topic
    Text Property (ScriptErrorEventArgs)
    In This Topic
    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