dotConnect for PostgreSQL Documentation
Devart.Data.PostgreSql Namespace / RestoreProgressEventArgs Class / Offset Property

On this page
    Offset Property (RestoreProgressEventArgs)
    On this page
    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