The ObjectUpdateDataBatchMode enumeration contains variants of object data update.
It is used by the following properties and methods:
Value | Brief description |
-1 | Default. New records are added, existent ones are updated, absent ones are deleted. |
0 | Override. Overwrite all data of an object. Clear of updated object is performed before update. |
1 | InsertOnly. Only add new records of object data. |
2 | UpdateOnly. Only update object data, not adding new records. |
3 | UpdateInsert. Update and add object data. In updated object record/elements absent in resource object will be left. |
See also: