Remove DataRow
Category
DataTable Commands
Description
This command allows you remove specified data rows. Use this command when you want to delete a specific row.
Parameters
- Datatable Name
Supply the name of the variable containing the datasource.
- Overwrite Option
Indicate whether this command should remove rows with all the constraints or remove them with 1 or more constraints.
- Search Item
Enter a tuple containing the column name and item you would like to remove, e.g., {ColumnName1,Item1},{ColumnName2,Item2}.
Returned Value
This command does not have returned value.
Example Usage
- Example Location:
BYpass\Examples\DataTable Commands\Remove DataRow\Remove DataRow.xml