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

On this page
    Offset Property (ScriptErrorEventArgs)
    On this page
    Gets offset of statement where an error occurred.
    Syntax
    'Declaration
     
    Public ReadOnly Property Offset As Long
    public long Offset {get;}

    Property Value

    Offset of statement where an error occurred.
    See Also