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
31k questions
32.8k answers
501 comments
693 users