The ObjectUpdateDataBatchMode enumeration contains options of object data update.
It is used by the following properties and methods:
| Value | Brief description |
| -1 | Default. New records are added, existing ones are updated, absent ones are deleted. |
| 0 | Override. Overwrite all data of an object. Clear updated object before update. |
| 1 | InsertOnly. Only append object data with new records. |
| 2 | UpdateOnly. Only update object data without adding new records. |
| 3 | UpdateInsert. Update and append object data. Records or elements absent in resource object will be left in the updated object. |
See also: