Click or drag to resize

OrchestratorConfigActionOnDuplicateKey Property

Action to take in case the key is repeated on a single record: IgnoreItem, ExcludeRecord or AssignDefaultKey. Default action is IgnoreItem.

Namespace:  Mavidian.DataConveyer.Orchestrators
Assembly:  DataConveyer (in DataConveyer.dll) Version: 3.4.6+1324144ff7
Syntax
public ActionOnDuplicateKey ActionOnDuplicateKey { get; set; }

Property Value

Type: ActionOnDuplicateKey
See Also