1
Reply

Linq DataSet merge

Christiaan Odendaal

Christiaan Odendaal

Jul 28 2008 3:10 AM
4.2k

Hi

 

I have an untyped DataSet with 3 DataTables populated by the appropriate DataAdapters. I have also set up relations between the Tables. I use LINQ to query the DataTables (there is a join involved). The result of my query is displayed in a DataGridView.

 My question is : how to get the DataGridView back into the original DataSet so that it can be updated back to the db?

Please Help.

 


Answers (1)