RdsUpdateDetailTableMode

Description

The RdsUpdateDetailTableMode enumeration contains methods of updating records in the table used to export multiple attribute values.

It is used by the following property:

Available Values

Value Brief description
0 Recreate. Recreate records.
1 Update. Update records.

Comments

Recreate Records. During the export, first of all, records are deleted from the table and then multiple attribute values are exported.

Update Records. During the export, existing records and multiple attribute values are compared in the table. If record that corresponds to the value of multiple attribute is not found in the table, it is added there. If record that does not correspond to any value of multiple attribute is found in the table, it is deleted. If record that corresponds to the value of multiple attribute is found in the table, it is updated.

See also:

Rds Assembly Enumerations