dotConnect for DB2 Documentation
Devart.Data.DB2 Namespace / DB2Error Class / RowNumber Property

In This Topic
    RowNumber Property
    In This Topic
    Gets the number of the SQL statement that caused the error when executing multiple SQL statements, separated by a semicolon, in a single command.
    Syntax
    'Declaration
     
    Public ReadOnly Property RowNumber As Integer
    public int RowNumber {get;}

    Property Value

    The number of the SQL statement that caused the error when executing multiple SQL statements, separated by a semicolon, in a single command.
    See Also