Remove DataColumn
Category
DataTable Commands
Description
This command allows you to remove a datacolumn from a DataTable. Use this command when you want to remove a datacolumn from a DataTable.
Parameters
- Datatable Name
Input a Datatable name
- Column Name
Enter the name or index (e.g., Column0, Column1, …, Column{i}) of the column to be removed from Datatable
Returned Value
[ReturnValue]
Example Usage
- Example Location:
BYpass\Examples\DataTable Commands\Remove DataColumn\Remove DataColumn.xml