dotConnect for PostgreSQL Documentation
Devart.Data.PostgreSql Namespace / PgSqlLoaderErrorEventArgs Class / Ignore Property

Ignore Property (PgSqlLoaderErrorEventArgs)
Gets or sets whether the current error will be ignored or not.
Syntax
'Declaration
 
Public Property Ignore As Boolean
 

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