Clear DataTable =============== Category -------- DataTable Commands Description ----------- This command clear a DataTable. Use this command when you want to clear a new DataTable. Parameters ---------- **Datatable Name** The DataTable object to be cleared of all data. Returned Value -------------- This command does not have returned value. Example Usage ------------- Example Location: `BYpass\\Examples\\DataTable Commands\\Clear DataTable\\Clear DataTable.xml` See Also -------- - :doc:`Add DataRow ` - :doc:`Create 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 `