Ccdetect whether the dataset is empty

From , 5 Years ago, written in C#, viewed 86 times.
URL https://pastebin.vip/view/eddc3427
  1. DataSet dt = new DataSet();
  2. if (dt.Tables.Count>0) // has tables in it
  3. {
  4.     //dataset is not empty
  5. }
  6. else
  7. {
  8. // otherwise it is empty
  9. }

Reply to "Ccdetect whether the dataset is empty"

Here you can reply to the paste above

captcha

https://burned.cc - Burn After Reading Website