dotConnect for MySQL Documentation
Devart.Common Namespace / SqlStatement Class / LinePosition Property

In This Topic
    LinePosition Property (SqlStatement)
    In This Topic
    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