Ignore Property (PgSqlLoaderErrorEventArgs)
Gets or sets whether the current error will be ignored or not.
|
|---|
'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.