Back

Explore Courses Blog Tutorials Interview Questions
0 votes
2 views
in RPA by (12.7k points)

 in my sample application, I wanted to check whether a DataTable is empty or not. How can I achieve that?

1 Answer

0 votes
by (29.5k points)

Hi, this can be achieved through this easy command

datatable.Rows.Count = 0

Browse Categories

...