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

On this page
    LinePosition Property (ScriptProgressEventArgs)
    On this page
    Gets position of the statement in its line.
    Syntax
    'Declaration
     
    Public ReadOnly Property LinePosition As Integer
    public int LinePosition {get;}

    Property Value

    Position of the statement.
    Remarks
    Read the property to get offset of the statement from the beginning of the line where it can be located.
    See Also