For Each Data Row
Iterates through each row of a data table.
Input
- DataTable: This is the area where the Data Table object, for which a loop will be created between the rows, is defined.
- Type:
System.Data.DataTable - Required
- Type:
Details
- In each loop, the row indicated by "each" is assigned to a variable in the activity body to use the relevant Data Table Row. The variable indicated by "each" must be of the Data Row type.