Firebird ADO.NET Provider SDK Documentation - v1.7

FbError.LineNumber Property

Gets the line number within the DSQL command batch or stored procedure that contains the error.

[Visual Basic]
Public ReadOnly Property LineNumber As Integer
[C#]
public int LineNumber {get;}

Property Value

The line number within the DSQL command batch or stored procedure that contains the error.

Remarks

Line numbering starts at 1. If the value is 0, the line number is not applicable.

See Also

FbError Class | FirebirdSql.Data.Firebird Namespace