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

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

    Property Value

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