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

InArgument<DataTable>

The DataTable from which the row must be deleted.
DataRow

InArgument<DataRow>

The data row object which must be deleted.
Index

InArgument<Int32>

The index of the row that must be deleted. Index starts from zero.