Add DataColumn ============== Category -------- DataTable Commands Description ----------- This command allows you to add a datacolumn to a DataTable. Use this command when you want to add a datacolumn to a DataTable. Parameters ---------- **Datatable Name** Create a Datatable name **DataColumn Name** Enter the Column Name to be added to Datatable Returned Value -------------- [ReturnValue] Example Usage ------------- Example Location: `BYpass\\Examples\\DataTable Commands\\Add DataColumn\\Add DataColumn.xml` See Also -------- - :doc:`Add DataRow ` - :doc:`Clear DataTable ` - :doc:`Create DataTable ` - :doc:`Filter DataTable ` - :doc:`Get DataTable Row Count ` - :doc:`Get DataTable Value ` - :doc:`Output DataTable ` - :doc:`Parse Dataset Row ` - :doc:`Remove DataColumn ` - :doc:`Remove DataRow ` - :doc:`Sort DataTable ` - :doc:`Update DataTable Value `