Back

Explore Courses Blog Tutorials Interview Questions
0 votes
2 views
in RPA by (12.7k points)
Hi, I am new to Uipath. I was wondering how to check that if my datatable is empty or not ?

1 Answer

0 votes
by (29.5k points)
Hi, it depends on what you consider as empty, if you consider empty as null values then you can check datatable Is Nothing or else if you consider empty as no data inside then datable.Rows.Count = 0 .

you can refer to the following tutorial to strengthen your basics



I hope this helps Cheers!

Browse Categories

...