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

On this page
    LineNumber Property (RestoreProgressEventArgs)
    On this page
    Gets the number of line in the whole script where the statement is located.
    Syntax
    'Declaration
     
    Public ReadOnly Property LineNumber As Integer
    public int LineNumber {get;}

    Property Value

    The number of line in the whole script where the statement is located.
    See Also