update-inner-join

Update inner join data

心已入冬 提交于 2020-03-04 18:37:45
问题 As brought forwarded from the previous question here. I am using the DTO method to inner join data. Now is it possible to update data at my joined result? How the data will be updated back to the origin table where it should be possible be? Requirement: I am using Entity Framework, C#, ASP.NET Web API I am using SQL Server Currently I successfully joined employee and department table based on their ID . I joined employee and workingshifts based on their shift_id . The inner join query was