SMART datagrid v.1 > Types

Back  Forward

DataLudi.DataFillMode

The way of adding the data loaded by DataLoader or TreeDataLoader to DataSet

Values
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.

See Also
DataLoader
TreeDataLoader
DataFillOptions
Examples
Load JSON Data
Load CSV Data
Load XML Data