Add Data Row
Adds a new data row to given data table.
Input
- Data Table: It is the field where the data table to which the Data Row will be added is specified.
- Type:
System.Data.DataTable - Required
- Type:
- Row Data: It is the field where the Data Row to be added is defined based on the column structure of the data table.
- Type:
System.Object[] - Required
- Type: