Get DataTable Row Count ======================= Category -------- DataTable Commands Description ----------- This command allows you to get the datarow count of a DataTable. Use this command when you want to get the datarow count of a DataTable. Parameters ---------- **Datatable** Enter a existing DataTable to fet rows from. **Variable Name** Enter variable name to receive output. Returned Value -------------- This command does not have returned value. Example Usage ------------- Example Location: `BYpass\\Examples\\DataTable Commands\\Get DataTable Row Count\\Get DataTable Row Count.xml` See Also -------- - :doc:`Add DataRow ` - :doc:`Clear DataTable ` - :doc:`Create DataTable ` - :doc:`Filter DataTable ` - :doc:`Get DataTable Value ` - :doc:`Json DataTable ` - :doc:`Parse Dataset Row ` - :doc:`Remove DataRow ` - :doc:`Update DataTable Value `