UpdateLoadMode

Description

The UpdateLoadMode enumeration contains modes of updating different objects.

Determines the method of loading objects to the 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 existent ones.
4 NoUpdate. Do not update existent 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