G
Guest
If I cal
dataAdapter.Fill(dataSet
and the dataSet contains no records because the query didn't match anythin
how can I tell if the DataSet is empty
The Tables.Count and Rows.Count are both 1
I'm using
if (dataSet.GetXml() != "<NewDataSet />"
which seems really flaky to me.
Tables.Count and Rows.Count both = 1 so thats no use
There must be a better way...what have I missed?
dataAdapter.Fill(dataSet
and the dataSet contains no records because the query didn't match anythin
how can I tell if the DataSet is empty
The Tables.Count and Rows.Count are both 1
I'm using
if (dataSet.GetXml() != "<NewDataSet />"
which seems really flaky to me.
Tables.Count and Rows.Count both = 1 so thats no use
There must be a better way...what have I missed?