The following line returns a set of data. How do I add these rows to a master dataset. If I use dataset.Copy() that I believe overlays previous data.
this.eventDetailUpdater_req = InsertNewDetailEvent(currentIdx);
|
|
Know the answer? Post it — somebody with the same question will find it here.
Sign in to answer this question
It is the same account you read, post and publish with — and you will come straight back to this page.
Manikavelu VelayuthamPosted Nov 12, 2010, 12:36 AM
http://msdn.microsoft.com/en-us/library/system.data.dataset.merge.aspx
Various merge options are availabl in this link.
try it out
Manikavelu VelayuthamPosted Nov 12, 2010, 12:35 AM