Back
in my sample application, I wanted to check whether a DataTable is empty or not. How can I achieve that?
Hi, this can be achieved through this easy command
datatable.Rows.Count = 0
30.9k questions
32.9k answers
500 comments
665 users