Tagged Questions

0
votes
1answer
442 views

DataSet: Enumerator and FindById do not return equal DataRow

Today's problem in my code is kind of strange, and I could not reproduce it yet. I'm working with a typed dataset (created with the designer) and I'm looping over all rows in a datatable. Sometimes ...