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; }
Public Property MaxErrors As Integer
Get
Set
Property Value
Type:
Int32See Also