DB Write
Writes data table to database. Preforms most of the database writing in DGS.
| Parameter | Description |
|---|---|
| AddShiftAndRun | Adds a shift and run number column to the data table before storing it into the database. |
| Filter | Filters data returned when StorageActionNet is set to Overwrite allows for better updates of rows. |
| InsertColDupeTest | Updates instead of inserting a new row based on a key should be used with Storage Action Append Update. |
| MapByColIndex | If true will use column indexes to map data else it will use column names to map data handy if you want to add extra columns to the table. |
| OverrideConnectionWrite | Output data to a different MS SQL database. |
| StoageAction | How DB Write should handle the data table. |
| Table | Table DGS is to write data too. |