Delete DataTable Row

You can select this activity to delete the DataTable row.

This table lists the properties for the activity.

Property Type Property Name Data Type Description
Input DataTable InArgument<DataTable> DataTable The DataTable from which the row must be deleted.
DataRow InArgument<DataRow> DataRow The data row object which must be deleted.
Index InArgument<Int32> Int32 The index of the row that must be deleted. Index starts from zero.