Click or drag to resize

ImportBulkContextMaxErrors Property

The maximum number of errors allowed before the import aborts. Generally imports are configured to continue their validation phase through multiple errors in order to detect multiple problems during one validation. Any errors will prevent continuation to the import insert phase.

Namespace:  NetQuarry
Assembly:  EAP.Core (in EAP.Core.dll) Version: 2.0.0.0 (4.6.8.0)
Syntax
public int MaxErrors { get; set; }

Property Value

Type: Int32
See Also