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

On this page
    LinePosition Property (RestoreProgressEventArgs)
    On this page
    Gets the position on the line where the statement starts.
    Syntax
    'Declaration
     
    Public ReadOnly Property LinePosition As Integer
    public int LinePosition {get;}

    Property Value

    The position on the line where the statement starts.
    See Also