Delete DataTable Column
You can select this activity to run a public method of a specific object or type.
This table lists the properties for the activity.
Property Type | Property Name | Data Type | Description |
---|---|---|---|
Common | Continue on error | Boolean | Select the check box to continue the RPA flow even if the activity fails. This check box is selected by default. |
Input | Column | DataColumn | The DataColumn object that must be deleted from a group of column objects of the Data Table. If this property is specified then the ColumnName and Index properties are skipped. |
Index | Int32 | The Index of a column that must be deleted from the group of column objects of the Data Table. The index starts from 0 and takes precedence over the column name. The value is set to -1 by default and must not be changed when using the name. If the index is deleted, the activity considers the index values as '0'. | |
ColumnName | String | The name of the column to be deleted from the group of column objects of the Data Table. | |
DataTable | DataTable | The Data Table object from which the column must be deleted. | |
Misc | Display Name | String | Display name for the activity. |
Output | Response Code | Int32 | Response code for the activity. Possible values:
|