Add Data Column
Adds a new data column to given data table.
Input
- Data Table: It is the field where the data table to which the Data Column will be added is specified.
- Type:
System.Data.DataTable - Required
- Type:
- Column Name: It is the field where the name is defined for the column to be added.
- Type:
System.String - Required
- Type: