change in dataset
C#
2
Posts
2
Posters
0
Views
1
Watching
-
Dear Friends I want to know which rows in my dataset were changed and after that update a coulmn in rows that were changed. I can get Changed rows by GetChanges but this function put data in new dataset so I can't change that coulmn in real dataset. Thanks
Agh
-
Dear Friends I want to know which rows in my dataset were changed and after that update a coulmn in rows that were changed. I can get Changed rows by GetChanges but this function put data in new dataset so I can't change that coulmn in real dataset. Thanks
Agh
dataSet.Tables["yourTable"].Columns.Add(yourNewColumn);
Cheers, Vikram.
"If a trend is truly global, then that trend ought to be visible across ANY subset of that data" - fat_boy