dotConnect for Oracle Documentation
Devart.Data.Oracle Namespace / OracleError Class / LineNumber Property

In This Topic
    LineNumber Property (OracleError)
    In This Topic
    Gets number of line where source of the error is located.
    Syntax
    'Declaration
     
    Public ReadOnly Property LineNumber As Integer
    public int LineNumber {get;}

    Property Value

    Number of line with error.
    See Also