Add Data Row
Category
DataTable Commands
Description
This command is used to add a new row to DataTable. Use this command to add a new data to DataTable.
Parameters
- DataTable Name
The name of DataTable to add a new data row.
- Data
A new row to be added. This parameter consists of two sub parameters.
- Column
The column name of the input DataTable as specified by DataTable Name parameter.
- Data
The data of corresponding column.
Returned Value
This command does not have returned value.
Example Usage
In this example, … Download Example from …