UpdateLoadMode

Description

The UpdateLoadMode enumeration contains modes of updating various objects.

It determines a method of loading objects to update.

It is used by the following methods:

Available Values

Value Brief description
0 Replace. Replace objects in update.
1 Insert. Add only new objects.
2 Update. Update only existing objects.
3 InsertUpdate. Insert new objects and update existing ones.
4 NoUpdate. Do not update existing objects.
128 Refresh. This value cannot be used in the application code.
256 Start. This value cannot be used in the application code.
512 Apply. This value cannot be used in the application code.

See also:

Metabase Assembly Enumerations