Ignore Property (PgSqlLoaderErrorEventArgs)
Gets or sets whether the current error will be ignored or not.
public bool Ignore {get; set;}
'Declaration
Public Property Ignore As Boolean
Property Value
If the value is
true current error will be ignored, otherwise an exception will be thrown.