Add DataTable Row

You can select this activity to add DataTable row in the DataTable.

This table lists the properties for the activity.

Property Type Property Name Description
Input DataTable

InArgument<DataTable>

Array of objects that must be added to the Data Table. The data type of each object in the array must match the data type of the corresponding column in the Data Table.
DataRow

InArgument<DataRow>

The DataRow object that must be added to the Data Table. If this property is set, then ArrayRow is ignored.
DataTable

InArgument<DataTable>

The reference to the Data Table to which the row must be added.