J
Jon Skeet [C# MVP]
Eric Peterson said:I need to see the row data when I delete rows, however the table that
GetChanges returns doesn't allow me to view the actual row data. Is
it supposed to? What is the point of returning a table with deleted
rows if you cannot access the data from those rows? (my datatable is
disconnected, created, and filled manually).
How are you trying to view the row data? You'll probably need to ask
for RowVersion.Original.