dotConnect for PostgreSQL Documentation
Devart.Common Namespace / ScriptProgressEventArgs Class / Offset Property

In This Topic
    Offset Property (ScriptProgressEventArgs)
    In This Topic
    Gets offset of the statement in the whole script text.
    Syntax
    'Declaration
     
    Public ReadOnly Property Offset As Long
    public long Offset {get;}

    Property Value

    Offset of the statement in the script text.
    See Also