I know you can look at the row.count or tables.count, but are there other ways to tell if a dataset is empty?
What's wrong with
(aDataSet.Tables.Count == 0)
?