Mode: UpdateLoadMode;
Mode: Prognoz.Platform.Interop.Metabase.UpdateLoadMode;
The Mode property determines data import mode.
Available values:
UpdateLoadMode.Replace. Replace all the elements.
UpdateLoadMode.Insert. Add new (missing) elements.
UpdateLoadMode.Update. Update existing elements.
UpdateLoadMode.InsertUpdate. Add new elements and update existing ones.
The property use is given in the section Export and Import of a Table MDM Dictionary (example language: Fore, Fore.NET).
See also: