
In my database I have a log table for each table like in the picture. And after each CRUD operation on a table, I update the corresponding log table.
Is there some generic way in EF 4.1 (using DbContext) to perform insertion of records in each log file? Keep in mind that both ID columns are identity columns.