These constants are used to determine how RDO manages update operations when the BatchUpdate method is used.
| Constant | Value | Description |
| rdOperationUpdate | 0 | Uses an Update statement for each modified row. |
| rdOperationDelIns | 1 | Uses a pair of Delete and Insert statements for each modified row. |