tags:

views:

4

answers:

0

If I manually create a DataTable with columns identical to an actual database table, is there any way I can merge my 'artificial' data rows with a DataTable populated from the DB? By merge I mean eventually a DB insert will be performed for 'artificial' rows that don't exist in the DB, and an update for 'artificial' rows that correspond to exiting real DB rows.