For Each Data Column
Iterates through columns of given data table.
Input
- DataTable: This is the area where the Data Table object, for which a loop will be created between the columns, is defined.
- Type:
System.Data.DataTable - Required
- Type:
Details
- In each loop, assign the column variable represented by "Each" to use the relevant Data Table Column in the activity body. The variable represented by "Each" should be of the Data Column type.