S
Sankar Nemani
Hi
I have two datasets that have the same schema. They have different data.
Both are in an unchanged state which means when I do a ds1.HasChanges or
ds2.HasChanges I get false.
Now how do I find the differences between the two?
I tried ds1.Merge(ds2) and then tried ds1.GetChanges. But I still get
nothing.
TIA
Sankar Nemani
I have two datasets that have the same schema. They have different data.
Both are in an unchanged state which means when I do a ds1.HasChanges or
ds2.HasChanges I get false.
Now how do I find the differences between the two?
I tried ds1.Merge(ds2) and then tried ds1.GetChanges. But I still get
nothing.
TIA
Sankar Nemani