Remove Data Column
Removes desired column from given data table.
Input
- Column Index: The name of the data column to be deleted.
- Type:
System.Int32 - Required
- Type:
- Column Name: The name of the data column to be deleted.
- Type:
System.String - Required
- Type:
- Column: The index of the data column to be deleted.
- Type:
System.Data.DataColumn - Required
- Type:
Input/Output
- Input Table: This receives the Data Table object from which the column will be deleted.
- Type:
System.Data.DataTable - Required
- Type: