The way of adding the data loaded by DataLoader or TreeDataLoader to DataSet.
SET | "set" | Remove all existing data and append new one. |
APPEND | "append" | Append after the last existing data row. |
INSERT | "insert" | Insert and append data rows in the specified location. |
UPDATE | "update" | Change with new rows from the specified location. |