Click or drag to resize

DataExchangeConfigurationBaseMissingReferenceAction Property

Determines the behaviour of an import into a Reference property if the existing values are not found in the data source. The existing values are either deleted (full sync) or the values in the data source are added to the DataObject Only used when Direction=In.

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

Property Value

Type: MissingReferenceAction
See Also