Remove Data Row
Description
It removes the specified Data row object from the specified data table.
Properties
Input
- Row – It specifies the Data Column object should remove from the column collection of the DataTable.
Input and Output
- Data Table – It specifies the DataTable to remove a row.
Misc
- DisplayName – Add a display name to your activity.
- Private – By default, activity will log the values of your properties inside your workflow. If private is selected, then it stops logging.
Example
Download Example