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

In This Topic
Ignore Property (PgSqlLoaderErrorEventArgs)
In This Topic
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.
See Also