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

In This Topic
    Ignore Property (OracleLoaderErrorEventArgs)
    In This Topic
    Gets or sets whether the current error will be ignored or not.
    Syntax
    'Declaration
     
    Public Property Ignore As Boolean
    public bool Ignore {get; set;}

    Property Value

    If the value is true current error will be ignored, otherwise an exception will be thrown.
    Remarks
    You may use Ignore property to ignore all or some errors during table loading.
    Requirements

    Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

    See Also