You want to only get changed data in a dataset which of the below is the best way ?
Interview question and answer by:
Muhilan | Posted on: 12/7/2009 | Category:
ASP.NET Interview questions | Views: 4642 |
Select from following answers:- productInfo.GetChanges(DataRowState.Detached);
- productChanges = productInfo.GetChanges();
 - productChanges.Merge(productInfo, true);
- productChanges.Merge(productInfo, false);
2-4
Show Correct Answer |
Asked In: Many Interviews
|
Alert Moderator
Found interesting? Add this to: