merging dataset and deleting rows that are marked as deleted  
Author Message
creaturita





PostPosted: .NET Framework Data Access and Storage, merging dataset and deleting rows that are marked as deleted Top

Hello everyone,

I would like to know which is the best way to merge a dataset in another and if a row in the merged is marked as deleted will delete the row, if exists one with the same key, in the other dataset.

Thanks in advance.




.NET Development23  
 
 
Marcelo - MSFT





PostPosted: .NET Framework Data Access and Storage, merging dataset and deleting rows that are marked as deleted Top

I am not entirely sure that I understand the request. Are you looking for deleted rows and ignoring additions during the merge, or do you need a simple merge that includes deletion handling If it's the latter, DataSet.Merge probably fits the bill - can you describe how your expectations differ otherwise

Thanks,
Marcelo - MSFT