Output DataTable ================ Category -------- DataTable Commands Description ----------- This command allows you to write a DataTable to a string using the CSV format. Use this command when you want to store DataTable into a variable (string as CSV format). Parameters ---------- **DataTable Name** Input a DataTable name **Variable Name** Input a variable name Returned Value -------------- [ReturnValue] Example Usage ------------- Example Location: `BYpass\\Examples\\DataTable Commands\\Output DataTable\\Output DataTable.xml` See Also -------- - :doc:`Add DataColumn ` - :doc:`Add DataRow ` - :doc:`Clear DataTable ` - :doc:`Create DataTable ` - :doc:`Filter DataTable ` - :doc:`Get DataTable Row Count ` - :doc:`Get DataTable Value ` - :doc:`Parse Dataset Row ` - :doc:`Remove DataColumn ` - :doc:`Remove DataRow ` - :doc:`Sort DataTable ` - :doc:`Update DataTable Value `