Remove Data Column
Description
It removes the specified Data Column object from the specified data table.
Properties
Input
- Column – It specifies the Data Column object should remove from the column collection of the DataTable. If it sets this property, it ignores the name and index properties.
- Index – It specifies the index of the column removed from the column collection of the DataTable.
- Name – It specifies the name of the column removed from the column collection of the DataTable. If it sets the property, then it ignores the column index property.
Input and Output
- Data Table – It specifies the DataTable to remove a column.
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