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

In This Topic
    Length Property (ScriptErrorEventArgs)
    In This Topic
    Gets length of statement where an error occurred.
    Syntax
    'Declaration
     
    Public ReadOnly Property Length As Long
    public long Length {get;}

    Property Value

    Length of statement where an error occurred.
    See Also