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 Description
Input Column

InArgument<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

InArgument<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

InArgument<String>

The name of the column to be deleted from the group of column objects of the Data Table.
DataTable

InArgument<DataTable>

The Data Table object from which the column must be deleted.