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

In This Topic
    ArrayBindIndex Property
    In This Topic
    Represents row offset within DML array binding operation that generates the error.
    Syntax
    'Declaration
     
    Public ReadOnly Property ArrayBindIndex As Integer
    public int ArrayBindIndex {get;}

    Property Value

    Returns one-based row index that generates the error.
    See Also