Click or drag to resize

ObjectImporterSettingsAcceptPartialImport Property

If set, the import will commit one object at a time. It means a partial result is persisted even if an exception is raised.

Namespace:  Omada.OE.Model
Assembly:  Omada.OE.Model (in Omada.OE.Model.dll) Version: 15.0.0.0
Syntax
C#
public bool AcceptPartialImport { get; set; }

Property Value

Type: Boolean
See Also