Create DataTable ================ Category -------- DataTable Commands Description ----------- This command created a DataTable with the column names provided. Use this command when you want to create a new DataTable. Parameters ---------- **Datatable Name** Create a Datatable name. **Column Names** Enter the Column Names required for each column of data. Returned Value -------------- This command does not have returned value. Example Usage ------------- Example Location: `BYpass\\Examples\\DataTable Commands\\Create DataTable\\Create DataTable.xml` See Also -------- - :doc:`Add DataRow ` - :doc:`Clear DataTable ` - :doc:`Filter DataTable ` - :doc:`Get DataTable Row Count ` - :doc:`Get DataTable Value ` - :doc:`Json DataTable ` - :doc:`Parse Dataset Row ` - :doc:`Remove DataRow ` - :doc:`Update DataTable Value `