dotConnect for Oracle Documentation
Devart.Data.Oracle Namespace / OracleLoaderErrorEventArgs Class / Row Property

In This Topic
    Row Property
    In This Topic
    Gets row number where an error occurred.
    Syntax
    'Declaration
     
    Public ReadOnly Property Row As Integer
    public int Row {get;}

    Property Value

    Number of the row with the error.
    Remarks
    Use Row property to determine the row where an error occurred.
    See Also