T
Timothy Parez
Hi,
If I have an empty DataSet and a DataSet with data in it
and I do
EmptyDataSet.Merge(FullDataSet)
Then all the rows from FullDataSet get added to EmptyDataSet right?
But why does the rowstate not change to added or changed or something ?
Because I really need it to have a added or change rowstate
Thnx
Timothy.
If I have an empty DataSet and a DataSet with data in it
and I do
EmptyDataSet.Merge(FullDataSet)
Then all the rows from FullDataSet get added to EmptyDataSet right?
But why does the rowstate not change to added or changed or something ?
Because I really need it to have a added or change rowstate
Thnx
Timothy.