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

In This Topic
    LineNumber Property (RestoreProgressEventArgs)
    In This Topic
    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