Is datarow empty?
I have this code, which is used to extract a single datarow from a table. How can I determine whether the datarow is empty (that is, if the filter variable does not exist in the table?)
tia
MyDataRow = DataSet1.Tables("MyTable").Select("MyFilter")

